Skip to content

Commit

Permalink
fix python 2.5 syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
nferrier committed Jul 8, 2011
1 parent 0b7cc4a commit 735548f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contactstore/openinviter/invitercmd.py
Expand Up @@ -70,6 +70,8 @@
addresses (those in TEST_LINES) that help assert things.
"""

from __future__ import with_statement

from subprocess import Popen
from subprocess import PIPE
from os.path import join as joinpath
Expand Down

0 comments on commit 735548f

Please sign in to comment.