From 2e7569ea371a4a7e081136535542d0c070995507 Mon Sep 17 00:00:00 2001
From: goodwillcoding <goodwillcoding@webhippo.net>
Date: Sat, 05 Jan 2013 18:33:38 +0100
Subject: [PATCH] remove unnecessary duplicate statements

---
 docs/conf.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index ae6173a..60742c8 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -133,10 +133,8 @@
     from subprocess import call, Popen, PIPE
 
     p = Popen('which git', shell=True, stdout=PIPE)
-
     cwd = os.getcwd()
     _themes = os.path.join(cwd, '_themes')
-    p = Popen('which git', shell=True, stdout=PIPE)
     git = p.stdout.read().strip()
     if not os.listdir(_themes):
         call([git, 'submodule', '--init'])

--
Gitblit v1.9.3