~ubuntu-branches/ubuntu/quantal/griffith/quantal

« back to all changes in this revision

Viewing changes to lib/plugins/imp/CSV.py

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2011-12-18 21:15:25 UTC
  • mfrom: (1.1.17) (3.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20111218211525-endbgt82m3jh9gde
Tags: 0.13-1
* New upstream release
* VCS-* fields removed (berlios will be shutdown)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# -*- coding: UTF-8 -*-
 
1
# -*- coding: UTF-8 -*-
2
2
 
3
 
__revision__ = '$Id: CSV.py 1361 2010-01-03 20:48:47Z mikej06 $'
 
3
__revision__ = '$Id: CSV.py 1549 2011-05-18 12:36:46Z mikej06 $'
4
4
 
5
5
###########################################################################
6
6
#    Copyright (C) 2006-2007 by Jessica Katharina Parth
315
315
        # source _dependent_ initialization goes here
316
316
        if name is None or not os.path.isfile(name):
317
317
            return False
 
318
        IP.set_source(self, name)
318
319
        self.__source_name = name
319
320
        # auto-detect file-encoding (optional)
320
321
        try: