seems to need python 2.x for the moment

This commit is contained in:
Brian S. Stephan 2010-07-24 10:39:58 -05:00
parent 0260bc2c76
commit a6ba5ef40c
1 changed files with 2 additions and 2 deletions

View File

@ -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