Skip to content

Commit

Permalink
Removed StringIO which wasn't being used.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Coe committed Aug 13, 2010
1 parent d145aa4 commit e714f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartytotwig/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
"""
import fileinput, StringIO
import fileinput
from smartytotwig.smarty_grammar import smarty_language
from smartytotwig.pyPEG import parse, parseLine, parser

Expand Down

0 comments on commit e714f46

Please sign in to comment.