~neon/project-neon/printer-applet

1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (c) 2008, Jonathan Riddell <jriddell@ubuntu.com>
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.

import sys

SYSTEM_CONFIG_PRINTER_DIR = "/usr/share/system-config-printer"
sys.path.append (SYSTEM_CONFIG_PRINTER_DIR)

try:
    import cupshelpers.ppds, cupshelpers.cupshelpers
except:
    exit(1)
print "Groovy"