Merge branch 'fix/capturer_broken_imports' into 'integration'
Added sys.path trickery to make imports work again when executing out of Pycharm. See merge request pablomartincalvo/Drogon!4
This commit is contained in:
commit
a0d11dcdd6
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
import sys
|
||||||
|
|
||||||
|
sys.path.append("..")
|
||||||
from time import sleep
|
from time import sleep
|
||||||
import datetime
|
import datetime
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue