@@ -24,7 +24,7 @@ import pkg_resources
appname = "Pwman3"
try:
version = pkg_resources.get_distribution('pwman3').version
-except pkg_resources.DistributionNotFound:
+except pkg_resources.DistributionNotFound: # pragma: no cover
version = "0.5-dev"
website = "http://github.com/pwman3/pwman3"