|
@@ -81,7 +81,9 @@ if __name__ == '__main__': |
|
|
|
|
|
|
|
|
# Change to the right working dir |
|
|
# Change to the right working dir |
|
|
where = os.path.abspath(resource_filename("abp.static", "")) |
|
|
where = os.path.abspath(resource_filename("abp.static", "")) |
|
|
|
|
|
print "abpserver 0.4.22" |
|
|
print where |
|
|
print where |
|
|
|
|
|
print "Open http://localhost:5001 in a browser!" |
|
|
os.chdir(where) |
|
|
os.chdir(where) |
|
|
|
|
|
|
|
|
# Start the HTTP server |
|
|
# Start the HTTP server |
|
|