Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3235)

Unified Diff: appengine/findit/model/wf_config.py

Issue 2488113005: [Findit] Re-org code. (Closed)
Patch Set: Rebase. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/findit/model/versioned_model.py ('k') | appengine/findit/predator/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/model/wf_config.py
diff --git a/appengine/findit/model/wf_config.py b/appengine/findit/model/wf_config.py
index 63ad7a74a08864a8a9798da2b285808447137ebb..dd917ddae730f48e09e29fb7559273e8648830af 100644
--- a/appengine/findit/model/wf_config.py
+++ b/appengine/findit/model/wf_config.py
@@ -6,7 +6,7 @@
from google.appengine.ext import ndb
-from model.versioned_config import VersionedConfig
+from gae_libs.model.versioned_config import VersionedConfig
class FinditConfig(VersionedConfig):
« no previous file with comments | « appengine/findit/model/versioned_model.py ('k') | appengine/findit/predator/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698