Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit e74777d

Browse files
author
Dustin Collins
committed
Fix import path for conjur
1 parent 076cbfb commit e74777d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/petstore/app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
from functools import wraps
2+
import sys
23

34
from flask import Flask, render_template, jsonify, request
45
from flask_sqlalchemy import SQLAlchemy
56

7+
sys.path.append('../..')
68
import conjur
79

810
app = Flask(__name__)

0 commit comments

Comments
 (0)