[Dev OpenGP] [24] Bugfix + modifications for next XML schema |
[ Thread Index |
Date Index
| More opengp.tuxfamily.org/development Archives
]
Revision: 24
Author: alband85
Date: 2009-03-05 15:46:15 +0100 (Thu, 05 Mar 2009)
Log Message:
-----------
Bugfix + modifications for next XML schema
Modified Paths:
--------------
trunk/src/OgpCore.py
Modified: trunk/src/OgpCore.py
===================================================================
--- trunk/src/OgpCore.py 2009-03-05 14:20:16 UTC (rev 23)
+++ trunk/src/OgpCore.py 2009-03-05 14:46:15 UTC (rev 24)
@@ -48,13 +48,13 @@
attrs[OgpLDAPConsts.ATTR_CONFIG] = OgpLDAPConsts.VALUE_CONFIG
self.__add(dn, attrs)
- def push(self, file, dn, overwrite):
+ def push(self, plugin, dn, overwrite):
pass
def pull(self, ou, recursive):
pass
- def pullFile(self, ou, file, recursive):
+ def pullPlugin(self, ou, plugin, recursive):
pass
def getFileList(self, ou, recursive):
@@ -63,6 +63,6 @@
def build(self, ou, recursive):
pass
- def buildFile(self, ou, recusrive):
+ def buildFile(self, ou, recursive):
pass