mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
@ -17,7 +17,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
import winreg
|
||||
from 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/>.
|
||||
#
|
||||
|
||||
import samr
|
||||
from dcerpc import samr
|
||||
from samba.tests import RpcInterfaceTestCase
|
||||
|
||||
class SamrTests(RpcInterfaceTestCase):
|
||||
|
Reference in New Issue
Block a user