summaryrefslogtreecommitdiffstats
path: root/source/python
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-09-11 04:50:18 +0000
committerTim Potter <tpot@samba.org>2002-09-11 04:50:18 +0000
commitd36fd6651726ffee059f4b39211da66b5b6d7ec1 (patch)
tree6b4b9140ebfa9dac889477ad65b9bc50ea5d8b68 /source/python
parente63afabf98350353fac79ffc2ae2ddf88d61260f (diff)
downloadsamba-d36fd6651726ffee059f4b39211da66b5b6d7ec1.tar.gz
samba-d36fd6651726ffee059f4b39211da66b5b6d7ec1.tar.xz
samba-d36fd6651726ffee059f4b39211da66b5b6d7ec1.zip
Fix imports for printerdata browser.
Diffstat (limited to 'source/python')
-rwxr-xr-xsource/python/gprinterdata2
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