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

Commit

Permalink
putting back gobject import
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Frasca committed Jan 3, 2015
1 parent 4e9223b commit 4db9cec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bauble/plugins/garden/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@

try:
import gtk
import gobject
except:
from bauble.fake_gtk import gtk
from bauble.fake_gtk import gtk, gobject

from sqlalchemy import *
from sqlalchemy.orm import *
Expand Down

0 comments on commit 4db9cec

Please sign in to comment.