Browse Source

Removed useless debugging message.

master
Pavel Šimerda 9 years ago
parent
commit
cb7c0b3dd6
1 changed files with 0 additions and 1 deletions
  1. +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__':


Loading…
Cancel
Save