Update sync.py

This commit is contained in:
Oliver Chang 2016-11-28 09:32:22 -08:00 committed by GitHub
parent d0b0adfbcb
commit 2d96e79c92
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ import xml.etree.ElementTree as ET
import jenkins
BUILD_BUCKET = 'clusterfuzz-builds'
JENKINS_SERVER = ('localhost', 8080)
SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))