Skip to content

Commit 5e3e483

Browse files
authored
Merge pull request #53 from launchdarkly/dr/removeTwisted
Remove twisted.
2 parents 2eb3d7c + 5278e51 commit 5e3e483

20 files changed

+0
-925
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Development information (for developing this module itself)
1616

1717
pip install -r requirements.txt
1818
pip install -r test-requirements.txt
19-
pip install -r twisted-requirements.txt
2019

2120
1. Run tests: You'll need redis running locally on its default port of 6379.
2221

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
include requirements.txt
22
include README.txt
33
include test-requirements.txt
4-
include twisted-requirements.txt
54
include redis-requirements.txt

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ About LaunchDarkly
6060
* [Node.JS] (http://docs.launchdarkly.com/docs/node-sdk-reference "LaunchDarkly Node SDK")
6161
* [.NET] (http://docs.launchdarkly.com/docs/dotnet-sdk-reference "LaunchDarkly .Net SDK")
6262
* [Ruby] (http://docs.launchdarkly.com/docs/ruby-sdk-reference "LaunchDarkly Ruby SDK")
63-
* [Python Twisted] (http://docs.launchdarkly.com/docs/python-twisted "LaunchDarkly Python Twisted SDK")
6463
* Explore LaunchDarkly
6564
* [launchdarkly.com] (https://launchdarkly.com/ "LaunchDarkly Main Website") for more information
6665
* [docs.launchdarkly.com] (http://docs.launchdarkly.com/ "LaunchDarkly Documentation") for our documentation and SDKs

circle.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ dependencies:
1111
- pyenv shell 3.3.3; $(pyenv which pip) install -r test-requirements.txt
1212
- pyenv shell 3.4.2; $(pyenv which pip) install -r test-requirements.txt
1313

14-
- pyenv shell 2.7.10; $(pyenv which pip) install -r twisted-requirements.txt
15-
- pyenv shell 3.3.3; $(pyenv which pip) install -r twisted-requirements.txt
16-
- pyenv shell 3.4.2; $(pyenv which pip) install -r twisted-requirements.txt
17-
1814
- pyenv shell 2.7.10; $(pyenv which python) setup.py install
1915
- pyenv shell 3.3.3; $(pyenv which python) setup.py install
2016
- pyenv shell 3.4.2; $(pyenv which python) setup.py install

demo/demo_twisted.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

ldclient/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,3 @@ def emit(self, record):
5959
else:
6060
# noinspection PyUnresolvedReferences
6161
__BASE_TYPES__ = (str, float, int, bool, unicode)
62-
63-
64-
try:
65-
from .twisted_impls import *
66-
except ImportError:
67-
pass

ldclient/twisted_impls.py

Lines changed: 0 additions & 181 deletions
This file was deleted.

0 commit comments

Comments
 (0)