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

Unified Diff: third_party/twisted_8_1/twisted/plugins/__init__.py

Issue 12261012: Remove third_party/twisted_8_1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 10 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
Index: third_party/twisted_8_1/twisted/plugins/__init__.py
diff --git a/third_party/twisted_8_1/twisted/plugins/__init__.py b/third_party/twisted_8_1/twisted/plugins/__init__.py
deleted file mode 100644
index 9bb6d681a55b1b806166cfa2692fb34a74c26959..0000000000000000000000000000000000000000
--- a/third_party/twisted_8_1/twisted/plugins/__init__.py
+++ /dev/null
@@ -1,17 +0,0 @@
-# -*- test-case-name: twisted.test.test_plugin -*-
-# Copyright (c) 2005 Divmod, Inc.
-# Copyright (c) 2007 Twisted Matrix Laboratories.
-# See LICENSE for details.
-
-"""
-Plugins go in directories on your PYTHONPATH named twisted/plugins:
-this is the only place where an __init__.py is necessary, thanks to
-the __path__ variable.
-
-@author: U{Jp Calderone<mailto:exarkun@twistedmatrix.com>}
-@author: U{Glyph Lefkowitz<mailto:glyph@twistedmatrix.com>}
-"""
-
-from twisted.plugin import pluginPackagePaths
-__path__.extend(pluginPackagePaths(__name__))
-__all__ = [] # nothing to see here, move along, move along
« no previous file with comments | « third_party/twisted_8_1/twisted/plugin.py ('k') | third_party/twisted_8_1/twisted/plugins/cred_anonymous.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698