From 8ef584ca6ff45bebd2934d712ee33f7c6bb10235 Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Mon, 27 Apr 2009 06:09:50 +0200 Subject: Replaced github instructions with bitbucket instructions (GAE). --- extras/appengine/templates/source.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'extras') diff --git a/extras/appengine/templates/source.html b/extras/appengine/templates/source.html index 4988f2f..30aebc8 100644 --- a/extras/appengine/templates/source.html +++ b/extras/appengine/templates/source.html @@ -7,15 +7,17 @@

Python Module

The sources for the SQL parser and formatter module are currently - hosted on Gitorious. + hosted on bitbucket. To clone the repository run:

- git clone git://github.com/andialbrecht/python-sqlparse.git + hg clone http://bitbucket.org/andialbrecht/python-sqlparse/

Visit the project page | - Browse the sources online + Browse the sources online + | + API Documentation

Some relevant parts of the Python module contain code from the -- cgit v1.2.1