From bfd29c6a2c99eb32364edb4a9cf75377b7b0a6bf Mon Sep 17 00:00:00 2001 From: Nick Retallack Date: Tue, 9 Aug 2016 17:45:49 -0700 Subject: [PATCH] fix demo --- python/demo/main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/demo/main.py b/python/demo/main.py index 2675ab3..2c5ef9b 100644 --- a/python/demo/main.py +++ b/python/demo/main.py @@ -4,6 +4,9 @@ """A sample app that uses GCS client to operate on bucket and file.""" #[START imports] +from google.appengine.ext import vendor +vendor.add('lib') + import logging import os import cloudstorage as gcs