remove unused with_statement from malt.py

parent 989cdb00
...@@ -6,9 +6,6 @@ ...@@ -6,9 +6,6 @@
# URL: <http://www.nltk.org/> # URL: <http://www.nltk.org/>
# For license information, see LICENSE.TXT # For license information, see LICENSE.TXT
# python2.5 compatibility
from __future__ import with_statement
import os import os
import tempfile import tempfile
import glob import glob
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment