diff options
| author | Leo Albert Jackson <lajjr@yahoo.com> | 2010-07-22 22:18:09 +0000 |
|---|---|---|
| committer | Leo Albert Jackson <lajjr@yahoo.com> | 2010-07-22 22:18:09 +0000 |
| commit | 80d0a99eaceebd8b196922968dadc6d9bbfc9b64 (patch) | |
| tree | ef1b2f85e0eddebbb27f6124b225e7c835a5516e /share/extensions/Barcode/Code39Ext.py | |
| parent | When snapping to handle lines (Ctrl+Alt node drag), snap (diff) | |
| download | inkscape-80d0a99eaceebd8b196922968dadc6d9bbfc9b64.tar.gz inkscape-80d0a99eaceebd8b196922968dadc6d9bbfc9b64.zip | |
Script change for shebangs
(bzr r9636.1.1)
Diffstat (limited to 'share/extensions/Barcode/Code39Ext.py')
| -rw-r--r-- | share/extensions/Barcode/Code39Ext.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/extensions/Barcode/Code39Ext.py b/share/extensions/Barcode/Code39Ext.py index d1682a641..23c0d6a46 100644 --- a/share/extensions/Barcode/Code39Ext.py +++ b/share/extensions/Barcode/Code39Ext.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python ''' Copyright (C) 2007 Martin Owens |
