diff options
-rw-r--r-- | forms.py | 2 | ||||
-rw-r--r-- | views.py | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2012 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2012-2016 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2012 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2012-2016 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as @@ -21,7 +21,7 @@ from django.conf import settings from django.shortcuts import render_to_response from django.template import RequestContext -from forms import MarkerForm, RouteForm +from chimere_saclay.forms import MarkerForm, RouteForm from chimere.actions import actions from chimere.models import Marker, Route, PropertyModel |