diff options
| author | Sebastian Wüst <sebi@timewaster.de> | 2013-07-14 17:50:20 +0000 |
|---|---|---|
| committer | Sebastian Wüst <sebi@timewaster.de> | 2013-07-14 17:50:20 +0000 |
| commit | cbc6385db94389b5b9ebbf0a1893eb8368d71efe (patch) | |
| tree | 3e62cbab99fdfdff5442ba3b81517b81ec96f7d4 /share/extensions/hpgl_decoder.py | |
| parent | changed how encoder passes errors (diff) | |
| download | inkscape-cbc6385db94389b5b9ebbf0a1893eb8368d71efe.tar.gz inkscape-cbc6385db94389b5b9ebbf0a1893eb8368d71efe.zip | |
changed all quotes to single quotes except for translations
(bzr r12417.1.6)
Diffstat (limited to 'share/extensions/hpgl_decoder.py')
| -rw-r--r-- | share/extensions/hpgl_decoder.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/hpgl_decoder.py b/share/extensions/hpgl_decoder.py index e9fe2f020..977d1bd06 100644 --- a/share/extensions/hpgl_decoder.py +++ b/share/extensions/hpgl_decoder.py @@ -2,7 +2,7 @@ # coding=utf-8
'''
Copyright (C) 2013 Sebastian Wüst, sebi@timewaster.de, http://www.timewasters-place.com/
-This importer supports the "HP-GL/2 kernel" set of commands only (More should not be necessary).
+This importer supports the HP-GL commands only (More should not be necessary).
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -56,7 +56,7 @@ class hpglDecoder: path = ''
for i, command in enumerate(hpglData):
if command.strip() != '':
- # TODO:2013-07-13:Sebastian Wüst:Implement the "HP-GL/2 kernel" set of commands.
+ # TODO:2013-07-13:Sebastian Wüst:Implement the HP-GL commands.
if command[:2] == 'PU': # if Pen Up command
if ' L' in path:
# TODO:2013-07-13:Sebastian Wüst:Make a method for adding a SubElement.
|
