aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/resources/repos.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-03-01 23:23:15 +0100
committerDavid Medina <davidmedina9@gmail.com>2012-03-01 23:23:15 +0100
commit6ce9f197f4681875a2595a5a8d86bd047f993a99 (patch)
tree0bd35db35b9fe09eccd7262fcc60b4ada5f07e44 /pygithub3/resources/repos.py
parentMerge branch 'docs' (diff)
downloadpython-github3-6ce9f197f4681875a2595a5a8d86bd047f993a99.tar.xz
python-github3-6ce9f197f4681875a2595a5a8d86bd047f993a99.zip
Python 2.6 compatibility
Diffstat (limited to 'pygithub3/resources/repos.py')
-rw-r--r--pygithub3/resources/repos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/resources/repos.py b/pygithub3/resources/repos.py
index 89e5682..99a6d4b 100644
--- a/pygithub3/resources/repos.py
+++ b/pygithub3/resources/repos.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
-from collections import OrderedDict
+from pygithub3.core.utils import OrderedDict
from .base import Resource
from .users import User