Skip to content

Commit

Permalink
client: left pgi for gi
Browse files Browse the repository at this point in the history
Signed-off-by: mateuszsusik <[email protected]>
  • Loading branch information
MSusik committed Mar 31, 2016
1 parent 65a805a commit 1b088bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions client/settings/dpcs-settings
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env python2

import json
import pgi as gi
gi.install_as_gi()
import gi
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk
import os.path
Expand Down
2 changes: 1 addition & 1 deletion client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def run_tests(self):
scripts=['main/dpcs', 'settings/dpcs-settings'],
cmdclass={'test': PyTest},
description='The client for the Data Powered Crash Solver',
install_requires=['requests', 'gi'],
install_requires=[], # left for debian packaging script
keywords=['dpcs', 'ai', 'fix', 'error solving', 'log analysis'],
license='LGPLv3',
long_description=open('../readme.md', 'r').read(),
Expand Down

0 comments on commit 1b088bf

Please sign in to comment.