1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

Move more modules inside of the samba package.

(This used to be commit 9b39e99f48)
This commit is contained in:
Jelmer Vernooij
2008-05-21 23:59:34 +02:00
parent b1fc7bab11
commit 49706ab19b
29 changed files with 1289 additions and 99 deletions

View File

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