Remove spurious out/ directory.

This commit is contained in:
Lukasz Langa
2016-12-20 09:53:47 -08:00
parent 740c8921a5
commit 52d9f815dd
3 changed files with 0 additions and 30 deletions

View File

@@ -1,9 +0,0 @@
# Stubs for Crypto.Util.Counter (Python 3.5)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
from typing import Any
from Crypto.Util.py21compat import * # noqa: F403
from Crypto.Util.py3compat import * # noqa: F403
def new(nbits, prefix: Any = ..., suffix: Any = ..., initial_value: int = ..., overflow: int = ..., little_endian: bool = ..., allow_wraparound: bool = ..., disable_shortcut: bool = ...): ...

View File

@@ -1,10 +0,0 @@
# Stubs for Crypto.Util (Python 3.5)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
# Names in __all__ with no definition:
# RFC1751
# asn1
# number
# randpool
# strxor

View File

@@ -1,11 +0,0 @@
# Stubs for Crypto.Util.py3compat (Python 3.5)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
__revision__ = ... # type: str
def b(s): ...
def bchr(s): ...
def bstr(s): ...
def bord(s): ...
def tobytes(s): ...