# HG changeset patch # User Paul Boddie # Date 1359566134 -3600 # Node ID 9144c5827827082c402b66e28d005c1beb20b3a6 # Parent 1ce6b94882c310eb1a0f599178d9b7cb73b12680 Moved getContentTypeAndEncoding to a separate module in the MoinSupport distribution. diff -r 1ce6b94882c3 -r 9144c5827827 EventAggregatorSupport.py --- a/EventAggregatorSupport.py Sun Nov 25 19:11:29 2012 +0100 +++ b/EventAggregatorSupport.py Wed Jan 30 18:15:34 2013 +0100 @@ -2,12 +2,13 @@ """ MoinMoin - EventAggregator library - @copyright: 2008, 2009, 2010, 2011, 2012 by Paul Boddie + @copyright: 2008, 2009, 2010, 2011, 2012, 2013 by Paul Boddie @copyright: 2000-2004 Juergen Hermann , 2005-2008 MoinMoin:ThomasWaldmann. @license: GNU GPL (v2 or later), see COPYING.txt for details. """ +from ContentTypeSupport import getContentTypeAndEncoding from GeneralSupport import * from LocationSupport import * from MoinDateSupport import *