##// END OF EJS Templates
fixed path issue
marcink -
r407:0c9dfae5 default
parent child Browse files
Show More
@@ -32,7 +32,7 b' from os.path import dirname as dn'
32 from os.path import join as jn
32 from os.path import join as jn
33
33
34 #to get the pylons_app import
34 #to get the pylons_app import
35 sys.path.append(dn(dn(dn(os.path.realpath(__file__)))))
35 sys.path.append(dn(dn(dn(dn(os.path.realpath(__file__))))))
36
36
37 from pylons_app.config.environment import load_environment
37 from pylons_app.config.environment import load_environment
38 from pylons_app.model.hg_model import HgModel
38 from pylons_app.model.hg_model import HgModel
General Comments 0
You need to be logged in to leave comments. Login now