Skip to content

Commit

Permalink
Merge missing-dist3-module-8220-2: Add a missing module to twisted.py…
Browse files Browse the repository at this point in the history
…thon.dist3

Fixes: twisted#8220
Author: doko
Reviewer: hawkowl

git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/trunk@46866 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
  • Loading branch information
mithrandi committed Feb 28, 2016
1 parent 9bc27f6 commit 2f1c34f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions twisted/conch/ssh/_cryptography_backports.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
These functions can be obtained from C{cryptography.utils} instead, from
version 1.1 onwards.
"""
from __future__ import absolute_import, division
import binascii
import struct

Expand Down
1 change: 1 addition & 0 deletions twisted/python/dist3.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"twisted.application.test",
"twisted.conch",
"twisted.conch.ssh",
"twisted.conch.ssh._cryptography_backports",
"twisted.conch.ssh.common",
"twisted.conch.ssh.keys",
"twisted.conch.ssh.sexpy",
Expand Down
Empty file added twisted/topfiles/8220.misc
Empty file.

0 comments on commit 2f1c34f

Please sign in to comment.