diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-11-25 12:15:36 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-11-25 12:15:36 +0200 |
commit | 2298cfd9bbc5d45bca32243a6d54d20a697651ec (patch) | |
tree | 95e64b82ccf6e56181961ec53df9b44ee6abee67 /servo/urls | |
parent | d4a15caf7c56e8bb3bac247a0c8e3aa1420e642f (diff) | |
download | Servo-2298cfd9bbc5d45bca32243a6d54d20a697651ec.tar.gz Servo-2298cfd9bbc5d45bca32243a6d54d20a697651ec.tar.bz2 Servo-2298cfd9bbc5d45bca32243a6d54d20a697651ec.zip |
Cleanup
Diffstat (limited to 'servo/urls')
-rw-r--r-- | servo/urls/checkin.py | 1 |
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'), - ) |