Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/J2JToolbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'J2JToolbar.py')
-rwxr-xr-xJ2JToolbar.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/J2JToolbar.py b/J2JToolbar.py
index 2e66eaa..54b9b22 100755
--- a/J2JToolbar.py
+++ b/J2JToolbar.py
@@ -21,7 +21,7 @@ import pygame
import olpcgames
from gettext import gettext as _
from sugar.graphics.toolbutton import ToolButton
-from sugar.graphics.toolcombobox import ToolComboBox
+
import logging
log = logging.getLogger('City run')
@@ -31,6 +31,12 @@ ImagePath = os.path.dirname(os.path.abspath(__file__)) + "/City/Images"
GST_PIPE = ['v4l2src', 'ffmpegcolorspace', 'pngenc']
+
+
+from sugar.graphics.toolcombobox import ToolComboBox
+
+
+
class readScenes(object):
def __init__(self, scpath):
self.scpath = scpath