summaryrefslogtreecommitdiff
path: root/modes.py
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-07-07 18:38:44 +0300
committerYuval Adam <yuval@y3xz.com>2015-07-07 18:38:44 +0300
commit9b053db734f19f12df1b7d0be93a76f0cb485e12 (patch)
tree255d3fb81ae122ae4d101a5e7be7a8391fec1955 /modes.py
parent00135d5b9d6357ec4bc75a071fcd8a1e2dcafecd (diff)
Can't use reserved name
Diffstat (limited to 'modes.py')
-rw-r--r--modes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modes.py b/modes.py
index e87b837..9a0fcd7 100644
--- a/modes.py
+++ b/modes.py
@@ -3,6 +3,6 @@ import cups
PRINTER = 'Canon_iP7200_series'
-def print():
+def printFile():
conn = cups.Connection()
conn.printFile(PRINTER, 'base.jpg', 'title', {})