diff options
author | Tim Potter <tpot@samba.org> | 2002-09-11 04:50:18 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-09-11 04:50:18 +0000 |
commit | d36fd6651726ffee059f4b39211da66b5b6d7ec1 (patch) | |
tree | 6b4b9140ebfa9dac889477ad65b9bc50ea5d8b68 | |
parent | e63afabf98350353fac79ffc2ae2ddf88d61260f (diff) | |
download | samba-d36fd6651726ffee059f4b39211da66b5b6d7ec1.tar.gz samba-d36fd6651726ffee059f4b39211da66b5b6d7ec1.tar.xz samba-d36fd6651726ffee059f4b39211da66b5b6d7ec1.zip |
Fix imports for printerdata browser.
-rwxr-xr-x | source/python/gprinterdata | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/python/gprinterdata b/source/python/gprinterdata index 59c5f3c3151..cd062076c0b 100755 --- a/source/python/gprinterdata +++ b/source/python/gprinterdata @@ -3,7 +3,7 @@ import sys from gtkdictbrowser import GtkDictBrowser, hex_string import gtk -import spoolss +from samba import spoolss import string import printerdata |