Mercurial > hg > zebra
diff zebra.py @ 22:117c2aac83e5
-
author | Ben Croston |
---|---|
date | Mon, 29 Aug 2011 19:33:48 +0100 |
parents | a9dacd180597 |
children | fc1a7cf3f92c |
line wrap: on
line diff
--- a/zebra.py Wed Aug 17 21:45:42 2011 +0100 +++ b/zebra.py Mon Aug 29 19:33:48 2011 +0100 @@ -1,6 +1,4 @@ #!/usr/bin/env python - -import subprocess import os.path import sys @@ -9,6 +7,7 @@ import win32print else: IS_WINDOWS = False + import subprocess class zebra(object): """A class to communicate with (Zebra) label printers using EPL2"""