merge with trunk

This commit is contained in:
Georg Brandl
2010-01-17 18:29:16 +01:00
9 changed files with 58 additions and 50 deletions

View File

@@ -52,6 +52,10 @@ class ThemeError(SphinxError):
category = 'Theme error'
class VersionRequirementError(SphinxError):
category = 'Sphinx version error'
class PycodeError(Exception):
def __str__(self):
res = self.args[0]