diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-30 18:10:19 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-30 18:10:19 +0200 |
commit | bf666ea3c1c5e61d71f8bb228c235dd3d9dfe38e (patch) | |
tree | e29e19b07516c5a1b6547cfb6b16b00ae62d4a27 /ishtar_common/utils.py | |
parent | 3356b55ec519a10393f1bbc07420807bde84fb79 (diff) | |
download | Ishtar-bf666ea3c1c5e61d71f8bb228c235dd3d9dfe38e.tar.bz2 Ishtar-bf666ea3c1c5e61d71f8bb228c235dd3d9dfe38e.zip |
Imports: delete town when associated import is deleted (refs #2867)
Diffstat (limited to 'ishtar_common/utils.py')
-rw-r--r-- | ishtar_common/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/utils.py b/ishtar_common/utils.py index 28b1affa5..9fe7a3a00 100644 --- a/ishtar_common/utils.py +++ b/ishtar_common/utils.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2013 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2013-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 Affero General Public License as |