Remove unused import
This commit is contained in:
		
					parent
					
						
							
								53956a6c2f
							
						
					
				
			
			
				commit
				
					
						8678f7f8ea
					
				
			
		
					 1 changed files with 3 additions and 4 deletions
				
			
		| 
						 | 
					@ -5,16 +5,15 @@ from django.conf.urls.static import static
 | 
				
			||||||
from django.views import i18n, static as static_view
 | 
					from django.views import i18n, static as static_view
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from django.conf import settings
 | 
					from django.conf import settings
 | 
				
			||||||
from hosting.views import RailsHostingView, DjangoHostingView, NodeJSHostingView
 | 
					from hosting.views import (
 | 
				
			||||||
 | 
					    RailsHostingView, DjangoHostingView, NodeJSHostingView
 | 
				
			||||||
 | 
					)
 | 
				
			||||||
from membership import urls as membership_urls
 | 
					from membership import urls as membership_urls
 | 
				
			||||||
from ungleich_page.views import LandingView
 | 
					from ungleich_page.views import LandingView
 | 
				
			||||||
from django.views.generic import RedirectView
 | 
					from django.views.generic import RedirectView
 | 
				
			||||||
from django.core.urlresolvers import reverse_lazy
 | 
					from django.core.urlresolvers import reverse_lazy
 | 
				
			||||||
import debug_toolbar
 | 
					import debug_toolbar
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from django.views.generic import TemplateView
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
urlpatterns = [
 | 
					urlpatterns = [
 | 
				
			||||||
    url(r'^index.html$', LandingView.as_view()),
 | 
					    url(r'^index.html$', LandingView.as_view()),
 | 
				
			||||||
    url(r'^open_api/', include('opennebula_api.urls',
 | 
					    url(r'^open_api/', include('opennebula_api.urls',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue