Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-02 23:36:14 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-02 23:36:14 (GMT)
commitef13205ec76eb72598208433df4cc1b35b9d959a (patch)
tree80a572f4d2528fa460821161b23a15f0974405ce /constants.py
parentd9f68a9b9648629105269bcd93fc51314462dbec (diff)
fixes to gfx sizes
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@852 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/constants.py b/constants.py
index 2349ce1..394e591 100644
--- a/constants.py
+++ b/constants.py
@@ -185,11 +185,6 @@ class Constants:
self.__class__.infoOnSvg = utils.loadSvg(infoOnSvgData, None, None )
infoOnSvgFile.close()
- #todo: load from sugar, query its size for my purposes
- #handle = self._load_svg(icon_info.file_name)
- #dimensions = handle.get_dimension_data()
- #icon_width = int(dimensions[0])
- #icon_height = int(dimensions[1])
xoGuySvgPath = os.path.join(self.__class__.gfxPath, 'xo-guy.svg')
xoGuySvgFile = open(xoGuySvgPath, 'r')
self.__class__.xoGuySvgData = xoGuySvgFile.read()