Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
ignore absence of gtk when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Frasca committed Jan 2, 2015
1 parent d8194f0 commit 9cb6683
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bauble/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
try:
import gtk
except:
class fake:
MESSAGE_INFO = ''
BUTTONS_OK = ''

gtk = fake()
from bauble.fake_gtk import gtk

import bauble
from bauble.error import check, CheckConditionError
Expand Down

0 comments on commit 9cb6683

Please sign in to comment.