/[circus]/circus/circus.py
ViewVC logotype

Diff of /circus/circus.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by tvon, Sat Nov 16 03:32:34 2002 UTC revision 1.6 by tvon, Sat Nov 16 03:55:28 2002 UTC
# Line 1  Line 1 
1  #!/usr/bin/env python  #!/usr/bin/env python
2  """  #
3  This file is part of Circus  # This file is part of Circus
4    #
5  Circus is free software; you can redistribute it and/or modify it under the  # Circus is free software; you can redistribute it and/or modify it under the
6  terms of the GNU General Public License as published by the Free Software  # terms of the GNU General Public License as published by the Free Software
7  Foundation; either version 2 of the License, or (at your option) any later  # Foundation; either version 2 of the License, or (at your option) any later
8  version.  # version.
9    #
10  Circus is distributed in the hope that it will be useful, but WITHOUT ANY  # Circus is distributed in the hope that it will be useful, but WITHOUT ANY
11  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR  # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12  A PARTICULAR PURPOSE.  See the GNU General Public License for more details.  # A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13    #
14  You should have received a copy of the GNU General Public License along with  # You should have received a copy of the GNU General Public License along with
15  Circus; if not, write to the Free Software Foundation, Inc., 59 Temple Place,  # Circus; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16  Suite 330, Boston, MA  02111-1307  USA  # Suite 330, Boston, MA  02111-1307  USA
17    #
18  """  # $Id$
19    
20  __author__ = "Thomas von Schwerdtner <tvon@etria.org>"  __author__ = "Thomas von Schwerdtner <tvon@etria.org>"
21  __date__ = "Wed Nov 11 2002"  __date__ = "Wed Nov 11 2002"
22  __version__ = "$Revision$"  __version__ = "$Revision$"
 # $Source$  
23    
24  import os  import os
25    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26