[FIX] Patch from the debian repository

lp bug: https://launchpad.net/bugs/303130 fixed

bzr revid: stephane@tinyerp.com-20081212011920-a3wgsu5pq793t8r4
This commit is contained in:
Stephane Wirtel 2008-12-12 02:19:20 +01:00
parent 0cc9056f9b
commit d08f820ca2
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/pkg/bin/python
#!/usr/bin/python
from common import *
from code39 import *
from code93 import *
@ -52,4 +52,4 @@ def run():
if __name__=='__main__':
run()