summaryrefslogtreecommitdiffstats
path: root/WebKitTools/Scripts/webkitpy/common/config/__init__.py
blob: 62d129e0e50ed650c440012cd633861d394fe969 (plain)
1
2
3
4
5
6
# Required for Python to search this directory for module files

import re

codereview_server_host = "wkrietveld.appspot.com"
codereview_server_url = "https://%s/" % codereview_server_host