added missing import

This commit is contained in:
Steffen Vogel 2013-06-28 22:37:23 +02:00
parent ea47ddb0c6
commit 1fde38b979
1 changed files with 2 additions and 0 deletions

View File

@ -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():