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 | 8d6f214b9e88e64e5776bb5d6580c718ca792bbd (patch) | |
tree | e29e19b07516c5a1b6547cfb6b16b00ae62d4a27 /ishtar_common/utils.py | |
parent | 998fc1779b089e7fc29e2958eb8f3ffc7b02344b (diff) | |
download | Ishtar-8d6f214b9e88e64e5776bb5d6580c718ca792bbd.tar.bz2 Ishtar-8d6f214b9e88e64e5776bb5d6580c718ca792bbd.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 |