iemejia / catho

A file catalog utility inspired by the awesome Robert Vasicek's Cathy project. Or my excuse to hack something that I really need.
GNU Lesser General Public License v3.0
6 stars 1 forks source link

incompatible import with python 3 #24

Closed iemejia closed 11 years ago

iemejia commented 11 years ago

The import: from utils import get_file_info throws an error with python 3

rgamez commented 11 years ago

Fixed relative path to the test file, tested in python 2.7 and 3.3