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

s4-python: Remove duplicate definition of GUID_DRS_* constants.

This commit is contained in:
Jelmer Vernooij
2010-04-03 23:18:23 +02:00
parent 3ec8147105
commit 13a6aee591
4 changed files with 10 additions and 43 deletions

View File

@ -19,9 +19,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
import samba.getopt as options
import os
from samba.netcmd import (
SuperCommand,
)