python2.5 compatibility.
This commit is contained in:
parent
81a8ac1ed8
commit
ca658e3946
3 changed files with 6 additions and 0 deletions
|
|
@ -16,6 +16,8 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
import sys, os, tempfile
|
||||
import imp, inspect
|
||||
import optparse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue