~ubuntu-branches/ubuntu/hardy/mayavi2/hardy-backports

« back to all changes in this revision

Viewing changes to enthought.mayavi/enthought/mayavi/sources/three_ds_importer.py

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-07-25 09:03:34 UTC
  • mfrom: (2.2.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080725090334-1hbb9fn8b3as5qy0
Tags: 2.2.0-1~hardy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        name = "3DStudio file (%s)"%basename(self.file_name)
41
41
        if '[Hidden]' in self.name:
42
42
            name += ' [Hidden]'
43
 
        seld.name = name
 
43
        self.name = name
44
44
 
45
45
        self._file_path.set(value)
46
46
        self._update_reader()