Transition apiclient from googlecode to github.
diff --git a/expandsymlinks.py b/expandsymlinks.py
index 50967ae..30933d9 100644
--- a/expandsymlinks.py
+++ b/expandsymlinks.py
@@ -29,7 +29,7 @@
 
 # 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__)