Little fix importing os module in config.py.sample

This commit is contained in:
Antonio de la Rosa 2016-07-19 04:45:09 +02:00
parent e839682899
commit 787e3e3a67

View file

@ -6,7 +6,7 @@ from paramecio.cromosoma.webmodel import WebModel
# No touch it if you don't know what are you doing # No touch it if you don't know what are you doing
import sys import sys, os
paramecio_root=os.path.dirname(sys.modules['paramecio'].__file__) paramecio_root=os.path.dirname(sys.modules['paramecio'].__file__)