trunk/bugspy - Add setup.py
Eren Türkay
uludag-commits at pardus.org.tr
29 Mar 2010 Pzt 14:13:35 EEST
Author: erenturkay
Date: Mon Mar 29 14:13:35 2010
New Revision: 28331
Added:
trunk/bugspy/setup.py (contents, props changed)
Modified:
trunk/bugspy/bin/bugs.py
trunk/bugspy/bugspy/__init__.py
Log:
* Add setup.py
---
bin/bugs.py | 3 +--
bugspy/__init__.py | 15 +++++++++++++++
setup.py | 40 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 56 insertions(+), 2 deletions(-)
Modified: trunk/bugspy/bin/bugs.py
=================================================================
--- trunk/bugspy/bin/bugs.py (original)
+++ trunk/bugspy/bin/bugs.py Mon Mar 29 14:13:35 2010
@@ -17,8 +17,7 @@
if "--debug" in sys.argv:
log.setLevel(logging.DEBUG)
else:
- #FIXME: Make it INFO on production
- log.setLevel(logging.DEBUG)
+ log.setLevel(logging.INFO)
ch = logging.StreamHandler()
ch.setLevel(logging.DEBUG)
Modified: trunk/bugspy/bugspy/__init__.py
=================================================================
--- trunk/bugspy/bugspy/__init__.py (original)
+++ trunk/bugspy/bugspy/__init__.py Mon Mar 29 14:13:35 2010
@@ -0,0 +1,15 @@
+
+# -*- coding: utf-8 -*-
+#
+# Copyright (C) 2005-2010 TUBITAK/UEKAE
+#
+# 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 2 of the License, or (at your option)
+# any later version.
+#
+# Please read the COPYING file.
+
+__version__ = "1.0"
+
+__all__ = ["bugparser", "config", "bugzilla"]
Uludag-commits mesaj listesiyle ilgili
daha fazla bilgi