seems to need python 2.x for the moment
This commit is contained in:
parent
0260bc2c76
commit
a6ba5ef40c
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python3.1
|
||||
#!/usr/bin/env python2.6
|
||||
|
||||
from configparser import ConfigParser, NoSectionError, NoOptionError
|
||||
from ConfigParser import ConfigParser, NoSectionError, NoOptionError
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
Loading…
Reference in New Issue