mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 08:21:18 +00:00
Corrects typos
This commit is contained in:
@@ -204,7 +204,7 @@ class IvolutionWindow(FacemovieThread.Observer, FacemovieThread.Observable):
|
|||||||
|
|
||||||
#fh = logging.StreamHandler()
|
#fh = logging.StreamHandler()
|
||||||
fh = logging.FileHandler(log_file)
|
fh = logging.FileHandler(log_file)
|
||||||
|
|
||||||
fh.setLevel(logging.DEBUG)
|
fh.setLevel(logging.DEBUG)
|
||||||
# create console handler with a higher log level
|
# create console handler with a higher log level
|
||||||
self.console_logger = logging.getLogger('ConsoleLog')
|
self.console_logger = logging.getLogger('ConsoleLog')
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -8,7 +8,7 @@ import sys
|
|||||||
# Refuse if necessary
|
# Refuse if necessary
|
||||||
try:
|
try:
|
||||||
import cv # opencv python bindings
|
import cv # opencv python bindings
|
||||||
from gi.repository import Gtk, GLib # GTK+ dependencies
|
from gi.repository import Gtk, GLib, GObject # GTK+ dependencies
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print "Some of the dependencies are missing. Please install them and try again"
|
print "Some of the dependencies are missing. Please install them and try again"
|
||||||
print "You can learn more about the dependencies in the documentation"
|
print "You can learn more about the dependencies in the documentation"
|
||||||
|
|||||||
Reference in New Issue
Block a user