diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-05-06 20:27:07 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-05-06 20:27:07 +0200 |
commit | 548aec29bcaa8348f5d28402783165cff302830d (patch) | |
tree | d8f21afdd49ae7dcbacc17cc09e15f088c162455 /archaeological_operations/management/commands/import_operations.py | |
parent | 37e90a820d3723d1da75b6982048422e581f7d9e (diff) | |
download | Ishtar-548aec29bcaa8348f5d28402783165cff302830d.tar.bz2 Ishtar-548aec29bcaa8348f5d28402783165cff302830d.zip |
Operation imports: simplify and fix duplicate
Diffstat (limited to 'archaeological_operations/management/commands/import_operations.py')
-rwxr-xr-x | archaeological_operations/management/commands/import_operations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/management/commands/import_operations.py b/archaeological_operations/management/commands/import_operations.py index acc43a591..0c842184b 100755 --- a/archaeological_operations/management/commands/import_operations.py +++ b/archaeological_operations/management/commands/import_operations.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2012 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2012-2013 É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 Affero General Public License as |