From 6de45b4f6626982fe9b02143d58f856e49eb77e3 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Mon, 8 Sep 2014 13:46:21 -0300 Subject: [PATCH] utils --- wscacicneo/utils/__init__.py | 1 + wscacicneo/utils/utils.py | 10 ++++++++++ 2 files changed, 11 insertions(+), 0 deletions(-) create mode 100644 wscacicneo/utils/__init__.py create mode 100644 wscacicneo/utils/utils.py diff --git a/wscacicneo/utils/__init__.py b/wscacicneo/utils/__init__.py new file mode 100644 index 0000000..792d600 --- /dev/null +++ b/wscacicneo/utils/__init__.py @@ -0,0 +1 @@ +# diff --git a/wscacicneo/utils/utils.py b/wscacicneo/utils/utils.py new file mode 100644 index 0000000..b2d9e8b --- /dev/null +++ b/wscacicneo/utils/utils.py @@ -0,0 +1,10 @@ +import requests +import json + +class Utils: + + def __init__(self): + pass + + def to_url(*args): + return '/'.join(list(args)) -- libgit2 0.21.2