From 39a39016b70040d8278845a5c55e4aba375a56d1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 20 Feb 2011 20:55:35 -0500 Subject: [PATCH] script is now installed --- README.rst | 2 +- ghsync/core.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 8619b81..b930938 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ It will organize your repos into the following directory structure: :: +-- private (private repos) +-- public (public repos) +-- watched (public watched repos) - +-- sync.py (this script) + Requires Ask Solem's github2 (http://pypi.python.org/pypi/github2). diff --git a/ghsync/core.py b/ghsync/core.py index eb0f0dc..61b9458 100644 --- a/ghsync/core.py +++ b/ghsync/core.py @@ -14,8 +14,7 @@ It will organize your repos into the following directory structure: ├── mirrors (public mirror repos) ├── private (private repos) ├── public (public repos) - ├── watched (public watched repos) - └── sync.py (this script) + └── watched (public watched repos) Requires Ask Solem's github2 (http://pypi.python.org/pypi/github2).