Last revision (bzr rev 53) doesn't start

Bug #786486 reported by Alin Andrei
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
unity-launcher-editor
Fix Committed
Undecided
Unassigned

Bug Description

Last bzr revision (53) doesn't start. Here's the error I get:

Traceback (most recent call last):
  File "main.py", line 21, in <module>
    from appgui import AppGUI
  File "/home/andrei/unity-launcher-editor/unitylaunchereditor/appgui.py", line 3, in <module>
    from mainwindow import MainWindow
  File "/home/andrei/unity-launcher-editor/unitylaunchereditor/mainwindow.py", line 26, in <module>
    from groupsdialog import GroupsDialog
  File "/home/andrei/unity-launcher-editor/unitylaunchereditor/groupsdialog.py", line 24
    from translation import import _
                                 ^
SyntaxError: invalid syntax

Revision history for this message
Edu24x (edu24x) wrote :

In "groupsdialog.py":

24 from translation import import _

Corrects by

24 from translation import _

Aparently works!!!

Thanks.

Revision history for this message
Alin Andrei (nilarimogard) wrote :

This was fixed in BZR rev. 54.

Changed in unity-launcher-editor:
status: New → Confirmed
status: Confirmed → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.