move import to right file

This commit is contained in:
Christophe Benz 2010-07-12 13:57:58 +02:00
commit fd2f534be9
2 changed files with 5 additions and 4 deletions

View file

@ -16,6 +16,11 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
import sys
if sys.version_info[:2] <= (2, 5):
import weboob.tools.property
from .cap import ICap