aboutsummaryrefslogtreecommitdiff
path: root/expandsymlinks.py
diff options
context:
space:
mode:
authorJohn Asmuth <jasmuth@google.com>2014-04-24 15:46:08 -0400
committerJohn Asmuth <jasmuth@google.com>2014-04-24 15:46:08 -0400
commit864311da644202775379fda2c826490899a7a648 (patch)
treea51bf5fd8f28534e2230c09431d4ee7b559ad03e /expandsymlinks.py
parent3aaca548a7bea3c67d49c28f2b13b4cf9a21633b (diff)
downloadgoogle-api-python-client-864311da644202775379fda2c826490899a7a648.tar.gz
Transition apiclient from googlecode to github.
Diffstat (limited to 'expandsymlinks.py')
-rw-r--r--expandsymlinks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/expandsymlinks.py b/expandsymlinks.py
index 50967ae98..30933d909 100644
--- a/expandsymlinks.py
+++ b/expandsymlinks.py
@@ -29,7 +29,7 @@ IGNORE = set(['.hg', 'httplib2', 'oauth2', 'simplejson', 'static'])
# In addition to the above files also ignore these files and directories when
# copying over samples into the snapshot.
-IGNORE_IN_SAMPLES = set(['apiclient', 'oauth2client', 'uritemplate'])
+IGNORE_IN_SAMPLES = set(['googleapiclient', 'oauth2client', 'uritemplate'])
parser = argparse.ArgumentParser(description=__doc__)