Adding SSL version of the calculator example
- Used to test asyncio SSL on Windows mainly - Skipping asyncio thread tests on Windows (due to getTimer wrapper bug on Windows)
This commit is contained in:
@@ -11,7 +11,7 @@ import capnp
|
||||
import thread_capnp
|
||||
|
||||
|
||||
logger = logging.getLogger(__)
|
||||
logger = logging.getLogger(__name__)
|
||||
logger.setLevel(logging.DEBUG)
|
||||
|
||||
this_dir = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
Reference in New Issue
Block a user