# HG changeset patch # User Paul Boddie # Date 1422441631 -3600 # Node ID 8a69d67d27ad576172fa87597bee378b65300c27 # Parent d18fd071e1f454162379cac3658e5c51556c933e Made imports more specific. diff -r d18fd071e1f4 -r 8a69d67d27ad MoinDateSupport.py --- a/MoinDateSupport.py Sat Oct 12 19:37:44 2013 +0200 +++ b/MoinDateSupport.py Wed Jan 28 11:40:31 2015 +0100 @@ -2,11 +2,12 @@ """ MoinMoin - MoinDateSupport library (derived from EventAggregatorSupport) - @copyright: 2008, 2009, 2010, 2011, 2012, 2013 by Paul Boddie + @copyright: 2008, 2009, 2010, 2011, 2012, 2013, 2015 by Paul Boddie @license: GNU GPL (v2 or later), see COPYING.txt for details. """ -from MoinSupport import * +from DateSupport import * +from MoinSupport import getParameter, getQualifiedParameter # User interface functions.