Skip to content

Commit

Permalink
missed import
Browse files Browse the repository at this point in the history
  • Loading branch information
rambo committed Mar 29, 2012
1 parent 895aefe commit 84e7b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/simulationengine/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
sys.path.append(libs_dir)

# Import our DBUS service module
import service,dbus
import service,dbus,gobject

# Import pickle for saving states
try:
Expand Down

0 comments on commit 84e7b4d

Please sign in to comment.