Package flumotion :: Package common :: Module format
[hide private]

Source Code for Module flumotion.common.format

 1  # -*- Mode: Python -*- 
 2  # vi:si:et:sw=4:sts=4:ts=4 
 3   
 4  # Flumotion - a streaming media server 
 5  # Copyright (C) 2004,2005,2006,2007,2008,2009 Fluendo, S.L. 
 6  # Copyright (C) 2010,2011 Flumotion Services, S.A. 
 7  # All rights reserved. 
 8  # 
 9  # This file may be distributed and/or modified under the terms of 
10  # the GNU Lesser General Public License version 2.1 as published by 
11  # the Free Software Foundation. 
12  # This file is distributed without any warranty; without even the implied 
13  # warranty of merchantability or fitness for a particular purpose. 
14  # See "LICENSE.LGPL" in the source distribution for more information. 
15  # 
16  # Headers in this file shall remain intact. 
17   
18  # F0.10 
19  # kept for compatibility in 0.8, but format is a builtin 
20  # module renamed to formatting 
21   
22  # 0.8 code should use 
23  # from flumotion.common import format as formatting 
24  # since bundled code can be running against older 0.8 that does not have 
25  # the formatting module yet 
26   
27  # When going to 0.10, remove this module completely and change all imports to 
28  # from flumotion.common import formatting 
29   
30  from flumotion.common.formatting import * 
31