From 15e7c8c72c421f31a12c44293b8281b43ab6ae00 Mon Sep 17 00:00:00 2001 From: Fred Pauchet Date: Sun, 3 Feb 2013 14:14:08 +0100 Subject: [PATCH] Adds a requirements file and deletes a useless comment in the gcstar_import.py --- cards/management/commands/gcstar_import.py | 1 - requirements.txt | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/cards/management/commands/gcstar_import.py b/cards/management/commands/gcstar_import.py index 689bcb7..f4c9141 100644 --- a/cards/management/commands/gcstar_import.py +++ b/cards/management/commands/gcstar_import.py @@ -97,7 +97,6 @@ class Command(BaseCommand): if os.path.exists(file): return os.path.abspath(file) - #raise IOError("Le fichier référencé n'existe pas. Chemins essayés: %s" % (', '.join(possiblePaths))) self.stdout.write("Le fichier référencé n'existe pas. Chemins essayés: %s" % (', '.join(possiblePaths))) return None diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..454cb46 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +django +lxml