]> git.pld-linux.org Git - packages/kde4-kdeadmin.git/blob - kde4-kdeadmin-system-config-printer.patch
cf4b95cd099bf72fe1470bba2944e7d802c28e9e
[packages/kde4-kdeadmin.git] / kde4-kdeadmin-system-config-printer.patch
1 --- kdeadmin-4.9.4/system-config-printer-kde/system-config-printer-kde.py.orig  2012-11-30 01:27:53.000000000 +0100
2 +++ kdeadmin-4.9.4/system-config-printer-kde/system-config-printer-kde.py       2012-12-25 22:59:48.067167781 +0100
3 @@ -35,8 +35,7 @@
4  
5  #load modules from system-config-printer-common (debug, smburi), change path here if you have it installed elsewhere
6  SYSTEM_CONFIG_PRINTER_DIR = "/usr/share/system-config-printer"
7 -if os.path.exists(SYSTEM_CONFIG_PRINTER_DIR + "/debug.py"):
8 -    sys.path.append(SYSTEM_CONFIG_PRINTER_DIR)
9 +sys.path.append(SYSTEM_CONFIG_PRINTER_DIR)
10  
11  from PyQt4.QtCore import *
12  from PyQt4.QtGui import *
This page took 0.051582 seconds and 2 git commands to generate.