Parcourir la source

Makefileadaption for proper status output + interpreter reduction

master
Dirk Alders il y a 1 an
Parent
révision
aef99580e1
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1
    1
      __init__.py
  2. 1
    1
      _examples_/Makefile

+ 1
- 1
__init__.py Voir le fichier

@@ -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 Voir le fichier

@@ -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)

Chargement…
Annuler
Enregistrer