aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStevan Radaković <stevan.radakovic@linaro.org>2013-03-25 11:24:43 +0100
committerStevan Radaković <stevan.radakovic@linaro.org>2013-03-25 11:24:43 +0100
commit9a7d72a63a5cd3aebe5d075d21dda1a404903406 (patch)
tree68b8c018da6580313f7e2d39e8fb7ae9de602a5d
parent253fff11df0a709c9cf9c06a9661825c264e90e8 (diff)
Add copyright info.
-rw-r--r--scripts/ldap_sync.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/ldap_sync.py b/scripts/ldap_sync.py
index e34906c..de75327 100644
--- a/scripts/ldap_sync.py
+++ b/scripts/ldap_sync.py
@@ -1,3 +1,6 @@
+#!/usr/bin/env python
+# Copyright (C) 2013 Linaro Ltd.
+#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
@@ -23,9 +26,9 @@ import uuid
from ConfigParser import ConfigParser
config = ConfigParser()
-config.read('sync.conf.tmp')
+config.read('sync.conf')
-logging.config.fileConfig('sync.conf.tmp')
+logging.config.fileConfig('sync.conf')
logger = logging.getLogger()