summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--forms.py2
-rw-r--r--views.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/forms.py b/forms.py
index 74e8690..da9d1d9 100644
--- a/forms.py
+++ b/forms.py
@@ -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
diff --git a/views.py b/views.py
index 8e2c6a4..f21c11d 100644
--- a/views.py
+++ b/views.py
@@ -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