소스 검색

Makefileadaption for proper status output + interpreter reduction

master
Dirk Alders 1 년 전
부모
커밋
aef99580e1
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      __init__.py
  2. 1
    1
      _examples_/Makefile

+ 1
- 1
__init__.py 파일 보기

@@ -37,7 +37,7 @@ except ImportError:
37 37
 logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__)
38 38
 
39 39
 
40
-__INTERPRETER__ = (2, 3)
40
+__INTERPRETER__ = (3, )
41 41
 """The supported Interpreter-Versions"""
42 42
 __DESCRIPTION__ = """This Module helps implementing state machines."""
43 43
 """The Module description"""

+ 1
- 1
_examples_/Makefile 파일 보기

@@ -8,5 +8,5 @@ all: $(LOGFILES)
8 8
 	python3 $< > $@
9 9
 
10 10
 clean:
11
-	@echo "\e[1m  * Example logs...\e[0m"
11
+	@echo -e "\e[1m  * Example logs...\e[0m"
12 12
 	@rm -f $(LOGFILES)

Loading…
취소
저장