Fixed unused import, added change log

This commit is contained in:
Channel Cat 2016-10-18 01:31:09 -07:00
parent 6f105a647e
commit c539933e38
2 changed files with 7 additions and 1 deletions

7
CHANGES Normal file
View File

@ -0,0 +1,7 @@
Version 0.1
-----------
- 0.1.4 - Multiprocessing
- 0.1.3 - Blueprint support
- 0.1.1 - 0.1.2 - Struggling to update pypi via CI
Released to public.

View File

@ -1,4 +1,3 @@
from argparse import ArgumentParser
from asyncio import get_event_loop
from inspect import isawaitable
from multiprocessing import Process, Event