property compatibility python 2.5

This commit is contained in:
David Halter
2012-05-17 10:49:52 +02:00
parent 2aa4a1cf8c
commit 21a5825e6e
2 changed files with 25 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ TODO class decorators
TODO annotations ? how ? type evaluation and return?
TODO nonlocal statement
"""
from _compatibility import next
from _compatibility import next, property
import itertools
import copy