summaryrefslogtreecommitdiff
path: root/py-fake-service/app/pixelated_user_agent.py
diff options
context:
space:
mode:
authorBruno Wagner <bwagner@thoughtworks.com>2014-09-15 16:19:01 -0300
committerBruno Wagner <bwagner@thoughtworks.com>2014-09-15 16:19:27 -0300
commit80f973cb363f6fe938828172b4d756e923639187 (patch)
tree97dee1afcae9eec36496e187ee88225023cbb96b /py-fake-service/app/pixelated_user_agent.py
parent3f158be0b30fa16dbc3ee7f60bd593e89bea1fb8 (diff)
#47 The csv date is now parsed when importing messages, and will be used instead of the random one from before
Diffstat (limited to 'py-fake-service/app/pixelated_user_agent.py')
-rw-r--r--py-fake-service/app/pixelated_user_agent.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/py-fake-service/app/pixelated_user_agent.py b/py-fake-service/app/pixelated_user_agent.py
index 9b5d1e4e..73a6dc3a 100644
--- a/py-fake-service/app/pixelated_user_agent.py
+++ b/py-fake-service/app/pixelated_user_agent.py
@@ -13,6 +13,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with Pixelated. If not, see <http://www.gnu.org/licenses/>.
from flask import Flask, request, Response, redirect
+import os
import csv
import json
import datetime