s4-pydrs: fix for python 2.4
authorAndrew Tridgell <tridge@samba.org>
Wed, 15 Sep 2010 21:38:14 +0000 (07:38 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 16 Sep 2010 06:08:45 +0000 (16:08 +1000)
thanks to Kamen and David Gonzalez for spotting this

source4/scripting/python/samba/drs_utils.py

index 854608a1fd00b102d76c4585226a620e52b1903a..3476763045ebe5f82d03cf1716512cfcda4d2b4e 100644 (file)
@@ -23,7 +23,7 @@ from samba.dcerpc import drsuapi, misc
 from samba.net import Net
 import samba, ldb
 
-class drs_Replicate():
+class drs_Replicate:
     '''DRS replication calls'''
 
     def __init__(self, binding_string, lp, creds, samdb):