diff options
author | 2012-02-10 08:40:40 +0100 | |
---|---|---|
committer | 2012-02-11 21:44:09 +0100 | |
commit | 7c2fa698089c9d50cb5738ec5d51b1fc51b15291 (patch) | |
tree | 8c3efe8ec11f7ca9e66fb3d6681a87a3a7513451 /pygithub3/tests/services/utils.py | |
parent | Services tests (diff) | |
download | python-github3-7c2fa698089c9d50cb5738ec5d51b1fc51b15291.tar.xz python-github3-7c2fa698089c9d50cb5738ec5d51b1fc51b15291.zip |
WIP on resources.users tests
Diffstat (limited to 'pygithub3/tests/services/utils.py')
-rw-r--r-- | pygithub3/tests/services/utils.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pygithub3/tests/services/utils.py b/pygithub3/tests/services/utils.py deleted file mode 100644 index a981916..0000000 --- a/pygithub3/tests/services/utils.py +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python -# -*- encoding: utf-8 -*- - -base_url = 'https://api.github.com/' - -def _(request): - return "%s%s" % (base_url, request) |