[aur-dev] [PATCH] popupdate: Drop unused variable

Lukas Fleischer lfleischer at archlinux.org
Sat Jun 27 19:31:42 UTC 2015


Signed-off-by: Lukas Fleischer <lfleischer at archlinux.org>
---
 scripts/popupdate.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/scripts/popupdate.py b/scripts/popupdate.py
index f4c99ca..2aa8a54 100755
--- a/scripts/popupdate.py
+++ b/scripts/popupdate.py
@@ -4,8 +4,6 @@ import configparser
 import mysql.connector
 import os
 
-docroot = os.path.dirname(os.path.realpath(__file__)) + "/../web/html/"
-
 config = configparser.RawConfigParser()
 config.read(os.path.dirname(os.path.realpath(__file__)) + "/../conf/config")
 
-- 
2.4.4


More information about the aur-dev mailing list