~ubuntu-branches/debian/sid/openshot/sid

« back to all changes in this revision

Viewing changes to openshot/classes/cli_render.py

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-09-21 03:31:20 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100921033120-4xd019v2zmxp2a2o
Tags: 1.2.0-1
* New upstream release
* Bumped standards version to 3.9.1, no changes required

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
                # Note: don't rely on __file__ to be an absolute path. E.g., in the debugger (pdb) it will be
40
40
                # a relative path, so use os.path.abspath()
41
41
                self.BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
42
 
                self.GLADE_DIR = os.path.join(self.BASE_DIR, "openshot", "windows", "glade")
 
42
                self.UI_DIR = os.path.join(self.BASE_DIR, "openshot", "windows", "ui")
43
43
                self.IMAGE_DIR = os.path.join(self.BASE_DIR, "openshot", "images")
44
44
                self.LOCALE_DIR = os.path.join(self.BASE_DIR, "openshot", "locale")
45
45
                self.PROFILES_DIR = os.path.join(self.BASE_DIR, "openshot", "profiles")