prelude-correlator/master: Whitespace police.
[email protected] Fri, 12 Jun 2009 17:14:43 +0200 (CEST)
| Newsgroups | gmane.comp.security.ids.prelude.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 0f88217ca0704f5861eca87ad8d7a8e67a0c1165 Author: Yoann Vandoorselaere <[email protected]> Date: Fri Jun 12 16:40:59 2009 +0200 Whitespace police. ======================================== setup.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ======================================== diff --git a/setup.py b/setup.py index 29a2903..23dabcc 100644 --- a/setup.py +++ b/setup.py @@ -15,10 +15,10 @@ class my_install(install): if not os.path.exists(self.prefix + "/var/lib/prelude-correlator"): os.makedirs(self.prefix + "/var/lib/prelude-correlator") - + self.init_siteconfig() install.run(self) - + def init_siteconfig(self): config = open("PreludeCorrelator/siteconfig.py", "w") print >> config, "conf_dir = '%s'" % os.path.abspath(self.conf_prefix) _______________________________________________ Prelude-cvslog site list [email protected] http://lists.prelude-ids.org/mailman/listinfo/prelude-cvslog