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

Unified Diff: third_party/logilab/__init__.py

Issue 10447014: Add pylint to depot_tools. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Fix unittests. Created 8 years, 6 months 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 | « third_party/logilab/README.chromium ('k') | third_party/logilab/astng/LICENSE.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/logilab/__init__.py
diff --git a/third_party/logilab/__init__.py b/third_party/logilab/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..2958be4921eb18305755ba7faf7d9934f5f30130
--- /dev/null
+++ b/third_party/logilab/__init__.py
@@ -0,0 +1,5 @@
+"""generated file, don't modify or your data will be lost"""
+try:
+ __import__('pkg_resources').declare_namespace(__name__)
+except ImportError:
+ pass
« no previous file with comments | « third_party/logilab/README.chromium ('k') | third_party/logilab/astng/LICENSE.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698