gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-survey] 02/02: boilerplate


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] 02/02: boilerplate
Date: Mon, 20 Nov 2017 12:54:49 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository survey.

commit 8d156e4e067e4917c56b168b7ae5d49170862bc0
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Nov 20 12:54:30 2017 +0100

    boilerplate
---
 .gitignore                     | 12 ++++++++++++
 talersurvey/survey/__init__.py |  2 ++
 2 files changed, 14 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ec49a17
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+*.pyc
+*.swp
+Makefile
+__pycache__/
+aclocal.m4
+autom4te.cache/
+config.log
+config.status
+configure
+frontend-survey.wsgi
+taler-merchant-survey
+*.egg-info
diff --git a/talersurvey/survey/__init__.py b/talersurvey/survey/__init__.py
new file mode 100644
index 0000000..406f905
--- /dev/null
+++ b/talersurvey/survey/__init__.py
@@ -0,0 +1,2 @@
+from talersurvey.survey.survey import app
+__all__ = ["app"]

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]