From 1fde38b979bb80b1eff2f90f4567738b91031b8c Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 28 Jun 2013 22:37:23 +0200 Subject: [PATCH] added missing import --- googleclient.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/googleclient.py b/googleclient.py index 3809fd3..490c67a 100644 --- a/googleclient.py +++ b/googleclient.py @@ -5,6 +5,8 @@ import gdata.contacts.client import gdata.contacts.data import atom.data +from constants import * + gdata.contacts.REL_MOBILE='http://schemas.google.com/g/2005#mobile' class GoogleClient():