From 51d258bf093e8885ea4cdfb6e162077f1961dd0c Mon Sep 17 00:00:00 2001 From: David Medina Date: Tue, 1 Nov 2011 12:39:49 +0100 Subject: Fix bug. Import own exceptions --- github3/handlers/user.py | 1 + 1 file changed, 1 insertion(+) (limited to 'github3') diff --git a/github3/handlers/user.py b/github3/handlers/user.py index c59607d..09ea031 100644 --- a/github3/handlers/user.py +++ b/github3/handlers/user.py @@ -5,6 +5,7 @@ from .base import Handler import github3.models as models +import github3.exceptions as exceptions class User(Handler): """ Handler to query public user api """ -- cgit v1.2.3-59-g8ed1b