File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- .. markovchain documentation master file, created by
1
+ .. pygtkdrawingwindow documentation master file, created by
2
2
sphinx-quickstart on Fri Oct 13 21:46:09 2017.
3
3
You can adapt this file completely to your liking, but it should at least
4
4
contain the root `toctree` directive.
Original file line number Diff line number Diff line change 39
39
from gi .repository .GdkPixbuf import Pixbuf , PixbufAnimation
40
40
41
41
try :
42
- from gi .repository .GLib import TimeVal # pylint:disable=import-error,no-name-in-module
42
+ from gi .repository .GLib import TimeVal
43
43
except ImportError :
44
44
TimeVal = None
45
45
@@ -74,6 +74,7 @@ def error():
74
74
glib.GError
75
75
"""
76
76
raise glib .GError ('missing rsvg module' )
77
+
77
78
def __init__ (self , * _ ):
78
79
"""Throw missing module error.
79
80
@@ -87,6 +88,7 @@ def __init__(self, *_):
87
88
glib.GError
88
89
"""
89
90
self .error ()
91
+
90
92
@classmethod
91
93
def new_from_file (cls , * _ ):
92
94
"""Throw missing module error.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def tests():
17
17
setup (
18
18
name = 'pygtkdrawingwindow' ,
19
19
version = '0.1.0' ,
20
- description = '' ,
20
+ description = 'PyGTK/PyGObject drawing widgets ' ,
21
21
long_description = README ,
22
22
classifiers = [
23
23
'Development Status :: 4 - Beta' ,
@@ -32,7 +32,7 @@ def tests():
32
32
'Topic :: Software Development :: Libraries :: Python Modules' ,
33
33
'Topic :: Software Development :: Widget Sets'
34
34
],
35
- keywords = 'gtk' ,
35
+ keywords = 'gtk widget ' ,
36
36
url = 'https://github.com/dead-beef/pygtkdrawingwindow' ,
37
37
author = 'dead-beef' ,
38
38
license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments