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 16d0fb9 commit 6fc0890
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bauble/fake_gtk.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
class fake:
MESSAGE_ERROR = ''
MESSAGE_WARNING = ''
VBox = object
Action = Expander = ScrolledWindow = object
EventBox = object

gtk = fake()
gobject = fake()

0 comments on commit 6fc0890

Please sign in to comment.