aboutsummaryrefslogtreecommitdiffstats
path: root/servo/urls
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-11-25 12:15:36 +0200
committerFilipp Lepalaan <filipp@mac.com>2015-11-25 12:15:36 +0200
commit2298cfd9bbc5d45bca32243a6d54d20a697651ec (patch)
tree95e64b82ccf6e56181961ec53df9b44ee6abee67 /servo/urls
parentd4a15caf7c56e8bb3bac247a0c8e3aa1420e642f (diff)
downloadServo-2298cfd9bbc5d45bca32243a6d54d20a697651ec.tar.gz
Servo-2298cfd9bbc5d45bca32243a6d54d20a697651ec.tar.bz2
Servo-2298cfd9bbc5d45bca32243a6d54d20a697651ec.zip
Cleanup
Diffstat (limited to 'servo/urls')
-rw-r--r--servo/urls/checkin.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/servo/urls/checkin.py b/servo/urls/checkin.py
index 13bdf66..aa772d7 100644
--- a/servo/urls/checkin.py
+++ b/servo/urls/checkin.py
@@ -16,5 +16,4 @@ urlpatterns = patterns(
url(r'^checkin/print/(\w+)/$', print_confirmation, name='checkin-print'),
url(r'^thanks/(\w+)/$', thanks, name='checkin-thanks'),
url(r'^terms/$', terms, name='checkin-terms'),
-
)