Revision: 2195 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2195&view=re... Author: eht16 Date: 2011-09-12 13:04:22 +0000 (Mon, 12 Sep 2011) Log Message: ----------- Stay Py3k compatible
Modified Paths: -------------- trunk/geany-plugins/devhelp/wscript_configure
Modified: trunk/geany-plugins/devhelp/wscript_configure =================================================================== --- trunk/geany-plugins/devhelp/wscript_configure 2011-09-10 18:27:49 UTC (rev 2194) +++ trunk/geany-plugins/devhelp/wscript_configure 2011-09-12 13:04:22 UTC (rev 2195) @@ -61,4 +61,4 @@ args='--cflags --libs') # finally raise an error if we didn't find any suitable devhelp library to disable this plugin if not conf.env['HAVE_LIBDEVHELP'] == 1: - raise ConfigurationError(u'libdevhelp is necessary for the devhelp plugin') + raise ConfigurationError('libdevhelp is necessary for the devhelp plugin')
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.