Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Util
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2012-06-06 18:00:10 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2012-06-06 18:00:10 (GMT)
commit099ce81a80c3aff188dfff5042573c9786a0e033 (patch)
tree19a17d6360e4235badff97d2bd469988ee958fda /common/Util
parent89f84e1cebbc9b6dcf7fa9ce1f21553367c44bb5 (diff)
Use down scaled images if one of screen dimensions is 800 or less
Diffstat (limited to 'common/Util')
-rw-r--r--common/Util/Instruments.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Util/Instruments.py b/common/Util/Instruments.py
index 3fc2ecb..1386b25 100644
--- a/common/Util/Instruments.py
+++ b/common/Util/Instruments.py
@@ -4,7 +4,6 @@ from gettext import gettext as _
import common.Config as Config
from common.Config import imagefile
import common.Util.InstrumentDB as InstrumentDB
-from sugar.activity.activity import get_bundle_name
LOW = Config.LOW
MID = Config.MID