Explorar el Código

Removed useless debugging message.

master
Pavel Šimerda hace 9 años
padre
commit
cb7c0b3dd6
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      invoice

+ 0
- 1
invoice Ver fichero

@@ -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__':


Cargando…
Cancelar
Guardar