skybot now targets python 2.6.2 instead of python 2.5.2 (remove 'from __future__ import with_statement')
This commit is contained in:
parent
bc74b906ff
commit
e9a2429e73
|
@ -2,8 +2,6 @@
|
|||
log.py: written by Scaevolus 2009
|
||||
"""
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
import os
|
||||
import thread
|
||||
import codecs
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
remember.py: written by Scaevolus 2009
|
||||
"""
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
import os
|
||||
import thread
|
||||
import codecs
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
"weather, thanks to google"
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
import os
|
||||
import codecs
|
||||
import thread
|
||||
|
|
Loading…
Reference in New Issue