summaryrefslogtreecommitdiff
path: root/source3/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
commit18e72f5facd1f87193b5295cc4d081d1d04374f5 (patch)
tree5a3a1870e247aa205229c35bfca97e25b10bbd72 /source3/python
parent6b694ec39c2085fd26176a4bbf0fa4ce38002837 (diff)
downloadsamba-18e72f5facd1f87193b5295cc4d081d1d04374f5.tar.gz
samba-18e72f5facd1f87193b5295cc4d081d1d04374f5.tar.bz2
samba-18e72f5facd1f87193b5295cc4d081d1d04374f5.zip
Fix imports for printerdata browser.
(This used to be commit d36fd6651726ffee059f4b39211da66b5b6d7ec1)
Diffstat (limited to 'source3/python')
-rwxr-xr-xsource3/python/gprinterdata2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/python/gprinterdata b/source3/python/gprinterdata
index 59c5f3c315..cd062076c0 100755
--- a/source3/python/gprinterdata
+++ b/source3/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