mirror of
https://github.com/samba-team/samba.git
synced 2025-12-04 08:23:50 +03:00
s4-python: Fix formatting of docstrings for the purpose of pydoctor.
This commit is contained in:
@@ -69,6 +69,7 @@ def env_loadparm():
|
||||
raise Exception("SMB_CONF_PATH not set")
|
||||
return lp
|
||||
|
||||
|
||||
def env_get_var_value(var_name):
|
||||
"""Returns value for variable in os.environ
|
||||
|
||||
|
||||
@@ -95,11 +95,3 @@ class SamDBTestCase(TestCaseInTempDir):
|
||||
'users.ldb', 'samdb.ldb', 'smb.conf']:
|
||||
os.remove(os.path.join(self.tempdir, f))
|
||||
super(SamDBTestCase, self).tearDown()
|
||||
|
||||
|
||||
# disable this test till andrew works it out ...
|
||||
class SamDBTests(SamDBTestCase):
|
||||
"""Tests for the SamDB implementation."""
|
||||
|
||||
print "samdb add_foreign disabled for now"
|
||||
# def test_add_foreign(self):
|
||||
|
||||
Reference in New Issue
Block a user