Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a3baf2

Browse files
author
Steve Chaplin
committed
'SC'
svn path=/trunk/matplotlib/; revision=1560
1 parent 2ce1a6f commit 1a3baf2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/matplotlib/backends/backend_gtk.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ def fn_name(): return sys._getframe(1).f_code.co_name
1212
raise SystemExit ("PyGTK %d.%d.%d is installed\n"
1313
"PyGTK %d.%d.%d or later is required"
1414
% (gtk.pygtk_version + pygtk_version_required))
15-
backend_version = "%d.%d.%d" % gtk.pygtk_version
1615
del pygtk_version_required
1716

1817
import matplotlib
@@ -30,6 +29,8 @@ def fn_name(): return sys._getframe(1).f_code.co_name
3029
from matplotlib.widgets import SubplotTool
3130

3231

32+
backend_version = "%d.%d.%d" % gtk.pygtk_version
33+
3334
_debug = False
3435
#_debug = True
3536

0 commit comments

Comments
 (0)