[Pypi-checkins] r768 - trunk/pypi/tools
martin.von.loewis
python-checkins at python.org
Fri Jul 9 01:28:37 CEST 2010
Author: martin.von.loewis
Date: Fri Jul 9 01:28:36 2010
New Revision: 768
Modified:
trunk/pypi/tools/integratestats
Log:
Fix stats path.
Modified: trunk/pypi/tools/integratestats
==============================================================================
--- trunk/pypi/tools/integratestats (original)
+++ trunk/pypi/tools/integratestats Fri Jul 9 01:28:36 2010
@@ -3,7 +3,7 @@
sys.path.append(os.path.dirname(__file__)+"/..")
import apache_stats
-statsdir = '/data/pypi/stats/'
+statsdir = '/data/www/pypi/stats/'
def integrate(config, data):
# Setup database connection
More information about the Pypi-checkins
mailing list