Skip to content

Commit b98c1ea

Browse files
Import with_statement for Python 2.5
1 parent 2588934 commit b98c1ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyzen/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import with_statement
12
import sys
23
import os
34
import time

0 commit comments

Comments
 (0)