|
@@ -32,6 +32,7 @@ if __name__ == '__main__': |
|
|
args = parser.parse_args() |
|
|
args = parser.parse_args() |
|
|
|
|
|
|
|
|
# Change to the right working dir |
|
|
# Change to the right working dir |
|
|
|
|
|
print abp.__path__ |
|
|
where = os.path.join(os.path.dirname(abp.__path__[0]), "static") |
|
|
where = os.path.join(os.path.dirname(abp.__path__[0]), "static") |
|
|
os.chdir(where) |
|
|
os.chdir(where) |
|
|
|
|
|
|
|
|