瀏覽代碼

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…
取消
儲存