1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

Fix dependencies and imports.

(This used to be commit 37ef86f8de)
This commit is contained in:
Jelmer Vernooij
2008-05-22 00:56:36 +02:00
parent 49706ab19b
commit 059c012656
6 changed files with 28 additions and 1154 deletions

View File

@ -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

View File

@ -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):