# HG changeset patch # User Paul Boddie # Date 1396392097 -7200 # Node ID be8948aeef47e5fa9fcc8c606cc856e221e85595 # Parent f8d989e2f62ff2c58f80e3788a918671262ce74b Fixed imports. diff -r f8d989e2f62f -r be8948aeef47 macros/SharedContent.py --- a/macros/SharedContent.py Tue Apr 01 22:17:37 2014 +0200 +++ b/macros/SharedContent.py Wed Apr 02 00:41:37 2014 +0200 @@ -10,7 +10,8 @@ from MoinSupport import parseMacroArguments from MoinShare import getUpdateSources, getUpdates, \ getUpdatesFromPage, getUpdatesFromStore, \ - formatUpdate, Update + formatUpdate, Update, \ + FeedMissingError, FeedContentTypeError Dependencies = ["time"]