[aur-dev] [PATCH] popupdate: Drop unused variable
27 Jun
2015
27 Jun
'15
7:31 p.m.
Signed-off-by: Lukas Fleischer <lfleischer@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
3423
Age (days ago)
3423
Last active (days ago)
0 comments
1 participants
participants (1)
-
Lukas Fleischer