Skip to content

Commit

Permalink
added "with_statement" import sentence for python 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Masahiro Yamauchi committed Dec 14, 2011
1 parent 4624fe0 commit 5ecbf96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning_core/lightning_svg.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from __future__ import with_statement
import sys

from vg.cssanim import AnimationManager
Expand Down

0 comments on commit 5ecbf96

Please sign in to comment.