1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-15 16:59:09 +03:00

Move DCE/RPC python bindings into samba package.

(This used to be commit 8dafd4ce40)
This commit is contained in:
Jelmer Vernooij
2008-05-22 02:21:25 +02:00
parent 5ce59419a0
commit d77745e692
5 changed files with 21 additions and 21 deletions

View File

@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
from dcerpc import winreg
from samba.dcerpc import winreg
import unittest
from samba.tests import RpcInterfaceTestCase

View File

@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
from dcerpc import echo
from samba.dcerpc import echo
import unittest
from samba.tests import RpcInterfaceTestCase

View File

@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
from dcerpc import samr
from samba.dcerpc import samr
from samba.tests import RpcInterfaceTestCase
class SamrTests(RpcInterfaceTestCase):

View File

@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
from dcerpc import unixinfo
from samba.dcerpc import unixinfo
from samba.tests import RpcInterfaceTestCase
class UnixinfoTests(RpcInterfaceTestCase):