diff options
Diffstat (limited to 'share/extensions/hpgl_encoder.py')
| -rw-r--r-- | share/extensions/hpgl_encoder.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/extensions/hpgl_encoder.py b/share/extensions/hpgl_encoder.py index 83b1b7297..0e4158725 100644 --- a/share/extensions/hpgl_encoder.py +++ b/share/extensions/hpgl_encoder.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # coding=utf-8 ''' Copyright (C) 2008 Aaron Spike, aaron@ekips.org @@ -375,4 +374,4 @@ class hpglEncoder: self.lastPen = pen self.lastPoint = [command, x, y] -# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
\ No newline at end of file +# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99 |
