Changeset 1806
- Timestamp:
- 08/01/07 06:59:01 (1 year ago)
- Files:
-
- gaphor/trunk/gaphor/ui/stock.py (modified) (2 diffs)
- gaphor/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphor/trunk/gaphor/ui/stock.py
r1346 r1806 117 117 from xml.sax import make_parser 118 118 parser = make_parser() 119 icon_dir = os.path.abspath(pkg_resources.resource_filename('gaphor ', 'ui/pixmaps'))119 icon_dir = os.path.abspath(pkg_resources.resource_filename('gaphor.ui', 'pixmaps')) 120 120 log.info('Icon dir: %s' % icon_dir) 121 121 #icon_dir = 'gaphor/data/pixmaps' … … 125 125 parser.setContentHandler(loader) 126 126 127 filename = pkg_resources.resource_filename('gaphor ', 'ui/icons.xml')127 filename = pkg_resources.resource_filename('gaphor.ui', 'icons.xml') 128 128 if os.name == 'nt': 129 129 # Make the filename a full URL gaphor/trunk/setup.py
r1679 r1806 90 90 license='GNU General Public License', 91 91 description='Gaphor is a UML modeling tool', 92 long_description="Gaphor is a UML modeling tool written in Python. " 93 "It uses the GTK+ environment for user interaction.", 92 long_description=""" 93 Gaphor is a UML modeling tool written in Python. 94 95 It uses the GTK+ environment for user interaction. 96 """, 94 97 classifiers = [ 95 98 'Development Status :: 4 - Beta',
