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:
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
Reference in New Issue
Block a user