Corrects typos

This commit is contained in:
2012-08-02 18:36:56 +02:00
parent 6cc2f2bc4b
commit 9db3b62eeb
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import sys
# Refuse if necessary
try:
import cv # opencv python bindings
from gi.repository import Gtk, GLib # GTK+ dependencies
from gi.repository import Gtk, GLib, GObject # GTK+ dependencies
except ImportError:
print "Some of the dependencies are missing. Please install them and try again"
print "You can learn more about the dependencies in the documentation"