Changeset 10028 for main/waeup.kofa/trunk/src/waeup/kofa/utils
- Timestamp:
- 15 Mar 2013, 01:12:42 (12 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/utils
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/utils/helpers.py
r9689 r10028 18 18 """General helper functions for Kofa. 19 19 """ 20 import csv20 import unicodecsv as csv # XXX: csv ops should move to dedicated module. 21 21 import datetime 22 22 import imghdr -
main/waeup.kofa/trunk/src/waeup/kofa/utils/importexport.py
r7819 r10028 16 16 ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 17 ## 18 import csv18 import unicodecsv as csv # XXX: csv ops should move to dedicated module 19 19 import grok 20 20 import cPickle
Note: See TracChangeset for help on using the changeset viewer.