Chromium Code Reviews

Unified Diff: third_party/twisted_8_1/twisted/web/topfiles/setup.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « third_party/twisted_8_1/twisted/web/topfiles/README ('k') | third_party/twisted_8_1/twisted/web/trp.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/twisted_8_1/twisted/web/topfiles/setup.py
diff --git a/third_party/twisted_8_1/twisted/web/topfiles/setup.py b/third_party/twisted_8_1/twisted/web/topfiles/setup.py
deleted file mode 100644
index f1450bf1bec2ba0c423849e9caafc65b94b20cd2..0000000000000000000000000000000000000000
--- a/third_party/twisted_8_1/twisted/web/topfiles/setup.py
+++ /dev/null
@@ -1,28 +0,0 @@
-import sys
-
-try:
- from twisted.python import dist
-except ImportError:
- raise SystemExit("twisted.python.dist module not found. Make sure you "
- "have installed the Twisted core package before "
- "attempting to install any other Twisted projects.")
-
-if __name__ == '__main__':
- dist.setup(
- twisted_subproject="web",
- scripts=dist.getScripts("web"),
- # metadata
- name="Twisted Web",
- description="Twisted web server, programmable in Python.",
- author="Twisted Matrix Laboratories",
- author_email="twisted-python@twistedmatrix.com",
- maintainer="James Knight",
- maintainer_email="foom@fuhm.net",
- url="http://twistedmatrix.com/trac/wiki/TwistedWeb",
- license="MIT",
- long_description="""\
-Twisted Web is a complete web server, aimed at hosting web
-applications using Twisted and Python, but fully able to serve static
-pages, also.
-""",
- )
« no previous file with comments | « third_party/twisted_8_1/twisted/web/topfiles/README ('k') | third_party/twisted_8_1/twisted/web/trp.py » ('j') | no next file with comments »

Powered by Google App Engine