skybot now targets python 2.6.2 instead of python 2.5.2 (remove 'from __future__ import with_statement')

This commit is contained in:
Ryan Hitchman 2009-04-25 00:01:40 -06:00
parent bc74b906ff
commit e9a2429e73
3 changed files with 0 additions and 6 deletions

View File

@ -2,8 +2,6 @@
log.py: written by Scaevolus 2009
"""
from __future__ import with_statement
import os
import thread
import codecs

View File

@ -2,8 +2,6 @@
remember.py: written by Scaevolus 2009
"""
from __future__ import with_statement
import os
import thread
import codecs

View File

@ -1,7 +1,5 @@
"weather, thanks to google"
from __future__ import with_statement
import os
import codecs
import thread