From 04de8675a6732a51f44288770ea552765fce37ba Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 20 Feb 2011 20:53:40 -0500 Subject: [PATCH] unicode issues --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index e6f2bd4..8619b81 100644 --- a/README.rst +++ b/README.rst @@ -8,12 +8,12 @@ update it via git-pull. Otherwise, it will properly clone the repo. It will organize your repos into the following directory structure: :: + repos - ├── forks (public fork repos) - ├── mirrors (public mirror repos) - ├── private (private repos) - ├── public (public repos) - ├── watched (public watched repos) - └── sync.py (this script) + \ +-- forks (public fork repos) + +-- mirrors (public mirror repos) + +-- 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).