Skip to content

Commit

Permalink
Merge remote branch 'amsn/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandernst committed Jun 18, 2010
2 parents 6505d3e + c7e6c0d commit 5870bc0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions amsn2/ui/front_ends/cocoa/__init__.py
@@ -1,6 +1,7 @@

from amsn2.core import aMSNUserInterfaceManager
import sys
import traceback

# Here we load the actual front end.
# We need to import the front end module and return it
Expand Down
1 change: 1 addition & 0 deletions amsn2/ui/front_ends/curses/__init__.py
@@ -1,6 +1,7 @@

from amsn2.core import aMSNUserInterfaceManager
import sys
import traceback

# Here we load the actual front end.
# We need to import the front end module and return it
Expand Down
2 changes: 1 addition & 1 deletion amsn2/ui/front_ends/gtk/__init__.py
@@ -1,6 +1,6 @@

from amsn2.core import aMSNUserInterfaceManager
import sys
import traceback

# Here we load the actual front end.
# We need to import the front end module and return it
Expand Down
1 change: 1 addition & 0 deletions amsn2/ui/front_ends/qt4/__init__.py
Expand Up @@ -20,6 +20,7 @@

from amsn2.core import aMSNUserInterfaceManager
import sys
import traceback

# Here we load the actual front end.
# We need to import the front end module and return it
Expand Down

0 comments on commit 5870bc0

Please sign in to comment.