Skip to content

Commit

Permalink
Add imports needed for set_process_title()
Browse files Browse the repository at this point in the history
  • Loading branch information
lah7 committed May 29, 2016
1 parent 8686c2b commit bdb2f85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polychromatic-controller
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ gi.require_version('Gtk', '3.0')
gi.require_version('Gdk', '3.0')
gi.require_version('WebKit2', '4.0')
from gi.repository import Gtk, Gdk, WebKit2
from ctypes import cdll, byref, create_string_buffer
import os
import sys
import signal
Expand Down

0 comments on commit bdb2f85

Please sign in to comment.