jdahlin - in flumotion/trunk: . flumotion/component/encoders
flumotion/configure flumotion/manager
flumotion-commit at lists.fluendo.com
flumotion-commit at lists.fluendo.com
Thu Dec 27 19:28:47 CET 2007
Author: jdahlin
Date: Thu Dec 27 19:28:12 2007
New Revision: 6048
Modified:
flumotion/trunk/ChangeLog
flumotion/trunk/flumotion/component/encoders/encodingwizardplugin.py
flumotion/trunk/flumotion/configure/configure.py
flumotion/trunk/flumotion/manager/manager.py
Log:
2007-12-27 Johan Dahlin <johan at gnome.org>
* flumotion/component/encoders/encodingwizardplugin.py:
* flumotion/configure/configure.py:
* flumotion/manager/manager.py:
Fix a couple of docstrings.
Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog (original)
+++ flumotion/trunk/ChangeLog Thu Dec 27 19:28:12 2007
@@ -1,5 +1,12 @@
2007-12-27 Johan Dahlin <johan at gnome.org>
+ * flumotion/component/encoders/encodingwizardplugin.py:
+ * flumotion/configure/configure.py:
+ * flumotion/manager/manager.py:
+ Fix a couple of docstrings.
+
+2007-12-27 Johan Dahlin <johan at gnome.org>
+
* po/POTFILES.in:
Rename the tests here too.
Modified: flumotion/trunk/flumotion/component/encoders/encodingwizardplugin.py
==============================================================================
--- flumotion/trunk/flumotion/component/encoders/encodingwizardplugin.py (original)
+++ flumotion/trunk/flumotion/component/encoders/encodingwizardplugin.py Thu Dec 27 19:28:12 2007
@@ -129,5 +129,4 @@
for the step.
Component and Gstreamer Element checks are usually done here.
@param worker: the current worker
- @rtype worker:
"""
Modified: flumotion/trunk/flumotion/configure/configure.py
==============================================================================
--- flumotion/trunk/flumotion/configure/configure.py (original)
+++ flumotion/trunk/flumotion/configure/configure.py Thu Dec 27 19:28:12 2007
@@ -19,8 +19,6 @@
# Headers in this file shall remain intact.
-__version__ = "$Rev$"
-
'''
configure-time variables for installed or uninstalled operation
@@ -38,7 +36,7 @@
@type isinstalled: boolean
@var cachedir: directory where cached code is stored
- at type cachedir: string
+ at type cachedir: stringed
@var configdir: directory where configuration files are stored
@type configdir: string
@var daemondir: directory where daemonized programs should run
@@ -77,6 +75,8 @@
@type versionTuple: 4-tuple of integers
'''
+__version__ = "$Rev$"
+
# Note: This module is loaded very early on, so
# don't add any extra flumotion imports unless you
# really know what you're doing
Modified: flumotion/trunk/flumotion/manager/manager.py
==============================================================================
--- flumotion/trunk/flumotion/manager/manager.py (original)
+++ flumotion/trunk/flumotion/manager/manager.py Thu Dec 27 19:28:12 2007
@@ -19,8 +19,6 @@
# Headers in this file shall remain intact.
-__version__ = "$Rev$"
-
"""
manager implementation and related classes
@@ -33,6 +31,7 @@
"""
__all__ = ['ManagerServerFactory', 'Vishnu']
+__version__ = "$Rev$"
import os
More information about the flumotion-commit
mailing list