This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
abp
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update to v0.3, prepare for pip
master
Pete Shadbolt
8 years ago
parent
c9d7fe8d18
commit
98e8241d29
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
bin/abpserver
+1
-1
setup.py
+ 0
- 1
bin/abpserver
View File
@@ -32,7 +32,6 @@ if __name__ == '__main__':
args = parser.parse_args()
# Change to the right working dir
print abp.__path__
where = os.path.join(os.path.dirname(abp.__path__[0]), "static")
os.chdir(where)
+ 1
- 1
setup.py
View File
@@ -9,7 +9,7 @@ print appdata
setup(
name = "abp",
version = "0.
2
",
version = "0.
3
",
packages = find_packages(),
test_suite = "tests",
author = "Pete Shadbolt",
Write
Preview
Loading…
Cancel
Save