Skip to content

Commit

Permalink
Require gobject introspection version 2.0 of Uca
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Vogelgesang committed Jan 24, 2018
1 parent 6d3b599 commit 3531ba5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions concert/devices/cameras/uca.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ def __init__(self, name, params=None):

super(Camera, self).__init__()

import gi
gi.require_version('Uca', '2.0')

from gi.repository import GObject, GLib, Uca

self._manager = Uca.PluginManager()
Expand Down

0 comments on commit 3531ba5

Please sign in to comment.