From 5922c7a934c52f8d3270e99aec6906b7b6131ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20S=C3=B6derlund?= Date: Sun, 17 Feb 2019 13:59:34 +0100 Subject: [PATCH 1/2] added a little happy man --- .gitignore | 2 ++ fimfarchive/stories.py | 65 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) diff --git a/.gitignore b/.gitignore index cef1bd7..efa2fec 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,5 @@ venv/ coverage.xml htmlcov/ *.py,cover +/.vs/fimfarchive/v15 +/.vs diff --git a/fimfarchive/stories.py b/fimfarchive/stories.py index 7d80b27..4ec8cac 100644 --- a/fimfarchive/stories.py +++ b/fimfarchive/stories.py @@ -145,3 +145,68 @@ class Story: kwargs.update(params) return type(self)(**kwargs) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +# +# +# \o/ +# | +# --^---------- +# \ No newline at end of file From c654e9cfd4a3b408530f7c4b5a8516c87706d699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20S=C3=B6derlund?= Date: Sun, 17 Feb 2019 14:01:40 +0100 Subject: [PATCH 2/2] updated .gitignore with visual studio stuff --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index efa2fec..a56a0fe 100644 --- a/.gitignore +++ b/.gitignore @@ -36,5 +36,6 @@ venv/ coverage.xml htmlcov/ *.py,cover -/.vs/fimfarchive/v15 + +# Visual studio /.vs