From fceb2efce41b21e9141aed6607171c489878dbcb Mon Sep 17 00:00:00 2001 From: James Lu Date: Wed, 12 Jul 2017 22:24:59 -0700 Subject: [PATCH] conf: remove ancient migration note from PyLink 0.9.x --- conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conf.py b/conf.py index 85c0bdc..cc71bca 100644 --- a/conf.py +++ b/conf.py @@ -122,7 +122,6 @@ def loadConf(filename, errors_fatal=True, logger=None): conf = validateConf(conf, logger=logger) except Exception as e: print('ERROR: Failed to load config from %r: %s: %s' % (filename, type(e).__name__, e), file=sys.stderr) - print(' Users upgrading from users < 0.9-alpha1 should note that the default configuration has been renamed to *pylink.yml*, not *config.yml*', file=sys.stderr) if errors_fatal: sys.exit(1)