This website works better with JavaScript.
Home
Explore
Help
Sign In
business
/
invoice
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Removed useless debugging message.
master
Pavel Šimerda
9 years ago
parent
a236385c03
commit
cb7c0b3dd6
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
invoice
+ 0
- 1
invoice
View File
@@ -4,7 +4,6 @@ import os, sys
base_dir = sys.path[0]
sys.path[0] = os.path.join(base_dir, "lib")
print(sys.path)
import invoice.cli
if __name__ == '__main__':
Write
Preview
Loading…
Cancel
Save