removed redundant 'pass'

This commit is contained in:
Riyad Parvez 2013-11-27 10:11:16 +06:00
parent cbeeca8d58
commit c4a62477ff

View file

@ -1047,7 +1047,6 @@ def main():
for x in DHCPopt: for x in DHCPopt:
if 'domain' in x: if 'domain' in x:
local_domain = x[1] local_domain = x[1]
pass
else: else:
local_domain = 'None' local_domain = 'None'