소스 검색

bug fix, logging

Steve Nyemba 1 년 전
부모
커밋
2d976cd607
2개의 변경된 파일640개의 추가작업 그리고 640개의 파일을 삭제
  1. 1 1
      healthcareio/__init__.py
  2. 639 639
      healthcareio/x12/__init__.py

+ 1 - 1
healthcareio/__init__.py

@@ -21,6 +21,6 @@ Usage :
 import healthcareio.x12 as x12
 from healthcareio.x12 import publish, plugins
 import healthcareio.params as params
-
+from healthcareio import logger
 # from healthcareio import server
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 639 - 639
healthcareio/x12/__init__.py