From 52d9f815dd9af9691f17b75e972cf61980c57c80 Mon Sep 17 00:00:00 2001 From: Lukasz Langa Date: Tue, 20 Dec 2016 09:53:47 -0800 Subject: [PATCH] Remove spurious out/ directory. --- out/Crypto/Util/Counter.pyi | 9 --------- out/Crypto/Util/__init__.pyi | 10 ---------- out/Crypto/Util/py3compat.pyi | 11 ----------- 3 files changed, 30 deletions(-) delete mode 100644 out/Crypto/Util/Counter.pyi delete mode 100644 out/Crypto/Util/__init__.pyi delete mode 100644 out/Crypto/Util/py3compat.pyi diff --git a/out/Crypto/Util/Counter.pyi b/out/Crypto/Util/Counter.pyi deleted file mode 100644 index 91fa04c48..000000000 --- a/out/Crypto/Util/Counter.pyi +++ /dev/null @@ -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 = ...): ... diff --git a/out/Crypto/Util/__init__.pyi b/out/Crypto/Util/__init__.pyi deleted file mode 100644 index 26f6576ca..000000000 --- a/out/Crypto/Util/__init__.pyi +++ /dev/null @@ -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 diff --git a/out/Crypto/Util/py3compat.pyi b/out/Crypto/Util/py3compat.pyi deleted file mode 100644 index c003ebb29..000000000 --- a/out/Crypto/Util/py3compat.pyi +++ /dev/null @@ -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): ...