Skip to content

Commit 1c7f5fe

Browse files
committed
Merge pull request #4 from singingwolfboy/master
Python 2.5 compatibility
2 parents 2588934 + b98c1ea commit 1c7f5fe

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)