whitespace

This commit is contained in:
Eric Blade 2010-02-01 08:48:28 -05:00
parent 9cf75f7303
commit 27f95c51b2

View File

@ -525,6 +525,3 @@ def getSiteHhc(config, sitename):
hhcName = config.supported_sites[sitename].converter
hhcModule = __import__(hhcName)
return getattr(hhcModule, hhcName[:-6])