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 | 31c3a9a2e17db368a54e570eb1a2982b29849484 (patch) | |
tree | d8f21afdd49ae7dcbacc17cc09e15f088c162455 /archaeological_operations/management | |
parent | c0a4eb610acf30296fc4d9dadc4bd58fd1da67a9 (diff) | |
download | Ishtar-31c3a9a2e17db368a54e570eb1a2982b29849484.tar.bz2 Ishtar-31c3a9a2e17db368a54e570eb1a2982b29849484.zip |
Operation imports: simplify and fix duplicate
Diffstat (limited to 'archaeological_operations/management')
-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 |