Code tidy.

This commit is contained in:
Dave Page
2016-06-21 14:21:06 +01:00
parent 3026b470e9
commit 7d0fe669ca
114 changed files with 3891 additions and 3680 deletions
+2 -2
View File
@@ -72,8 +72,8 @@ class DriverRegistry(ABCMeta):
return DriverRegistry.drivers[name]
raise NotImplementedError(
gettext("Driver '{0}' has not been implemented.").format(name)
)
gettext("Driver '{0}' has not been implemented.").format(name)
)
@classmethod
def load_drivers(cls):