You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tashi-commits@incubator.apache.org by st...@apache.org on 2012/02/20 20:15:08 UTC

svn commit: r1291428 - /incubator/tashi/branches/stroucki-irpbugs/src/tashi/clustermanager/data/ldapoverride.py

Author: stroucki
Date: Mon Feb 20 20:15:08 2012
New Revision: 1291428

URL: http://svn.apache.org/viewvc?rev=1291428&view=rev
Log:
ldapoverride: more inputs

Modified:
    incubator/tashi/branches/stroucki-irpbugs/src/tashi/clustermanager/data/ldapoverride.py

Modified: incubator/tashi/branches/stroucki-irpbugs/src/tashi/clustermanager/data/ldapoverride.py
URL: http://svn.apache.org/viewvc/incubator/tashi/branches/stroucki-irpbugs/src/tashi/clustermanager/data/ldapoverride.py?rev=1291428&r1=1291427&r2=1291428&view=diff
==============================================================================
--- incubator/tashi/branches/stroucki-irpbugs/src/tashi/clustermanager/data/ldapoverride.py (original)
+++ incubator/tashi/branches/stroucki-irpbugs/src/tashi/clustermanager/data/ldapoverride.py Mon Feb 20 20:15:08 2012
@@ -20,9 +20,9 @@ import time
 #XXXstroucki getImages requires os?
 import os
 from tashi.rpycservices.rpyctypes import Errors, Network, Host, User, Instance, TashiException, LocalImages, DiskConfiguration, NetworkConfiguration
+from tashi.util import stringPartition, boolean, instantiateImplementation, humanReadable
 from tashi.rpycservices.rpyctypes import User
 from tashi.clustermanager.data import DataInterface
-from tashi.util import instantiateImplementation
 
 class LdapOverride(DataInterface):
 	def __init__(self, config):