summaryrefslogtreecommitdiff
path: root/examples/logon/ntlogon/ntlogon.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/logon/ntlogon/ntlogon.py')
-rwxr-xr-xexamples/logon/ntlogon/ntlogon.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/logon/ntlogon/ntlogon.py b/examples/logon/ntlogon/ntlogon.py
index c0f6ebc6c0e..ff25c42ec0b 100755
--- a/examples/logon/ntlogon/ntlogon.py
+++ b/examples/logon/ntlogon/ntlogon.py
@@ -321,7 +321,7 @@ def run():
#
# open the configuration file
- #
+ #
try:
iFile = open(configfile, 'r')
except IOError:
@@ -330,7 +330,7 @@ def run():
#
# open the output file
- #
+ #
if not debug:
try:
oFile = open(outdir + outfile, 'w')