# HG changeset patch # User Paul Boddie # Date 1371853649 -7200 # Node ID e6966e0df1dbdb455532a28a2de3e0668b1d7d01 # Parent 27e89b1bcc3dd17760909a4afac488fe82355525 Removed redundant function. diff -r 27e89b1bcc3d -r e6966e0df1db MoinShare.py --- a/MoinShare.py Sat Jun 15 02:29:22 2013 +0200 +++ b/MoinShare.py Sat Jun 22 00:27:29 2013 +0200 @@ -77,17 +77,6 @@ else: return getCurrentTime() -def getUpdateSources(request, sources_page): - - """ - Using the 'request', return the update sources defined on the given - 'sources_page'. - """ - - # Remote sources are accessed via dictionary page definitions. - - return getWikiDict(sources_page, request) - # Entry/update classes. class Update: