From a6ba5ef40c2d915cbd136528ed269d9a24871ce4 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sat, 24 Jul 2010 10:39:58 -0500 Subject: [PATCH] seems to need python 2.x for the moment --- dr.botzo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dr.botzo.py b/dr.botzo.py index bb9bccf..2c03e90 100755 --- a/dr.botzo.py +++ b/dr.botzo.py @@ -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