cosmetic
[myslice.git] / sample / urls.py
index 2edfcd0..9494fe8 100644 (file)
@@ -5,6 +5,7 @@
 #
 # Authors:
 #   Jordan AugĂ© <jordan.auge@lip6.fr>
+#   thierry.parmentelat@inria.fr
 # Copyright 2013, UPMC Sorbonne UniversitĂ©s / LIP6
 #
 # This program is free software; you can redistribute it and/or modify it under
@@ -29,8 +30,8 @@ import sample.topmenuvalidationview
 
 urlpatterns = patterns(
     '',
-    url(r'^websockets/?$', WebSocketsView.as_view(), name='websockets'),
-    url(r'^websockets2/?$', WebSockets2View.as_view(), name='websockets2'),
+    url(r'^websockets/?$',                                      WebSocketsView.as_view(), name='websockets'),
+    url(r'^websockets2/?$',                                     WebSockets2View.as_view(), name='websockets2'),
     url(r'^tab/?$',                                             'sample.tabview.tab_view'),
     url(r'^scroll/?$',                                          'sample.scrollview.scroll_view'),
     url(r'^plugin/?$',                                          'sample.pluginview.test_plugin_view'),