modified: mmgen/node_tools/Global.py

modified:   mmgen/node_tools/Sound.py
	modified:   mmgen/node_tools/Term.py
	modified:   mmgen/node_tools/Util.py
This commit is contained in:
philemon 2017-01-06 12:36:46 +03:00
commit ac71fa93c9
4 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
""" """
node_tools.Global: global variables for MMGen node tools mmgen.node_tools.Global: global variables for MMGen node tools
""" """
import os import os

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# -*- coding: UTF-8 -*- # -*- coding: UTF-8 -*-
# #
# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
""" """
node_tools.Sound: audio-related functions for MMGen node tools mmgen.node_tools.Sound: audio-related functions for MMGen node tools
""" """
import sys,os,time import sys,os,time

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# -*- coding: UTF-8 -*- # -*- coding: UTF-8 -*-
# #
# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
""" """
node_tools.Term: terminal routines for MMGen node tools mmgen.node_tools.Term: terminal routines for MMGen node tools
""" """
import sys,os,termios import sys,os,termios

View file

@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
""" """
node_tools.Util: utility functions for MMGen node tools mmgen.node_tools.Util: utility functions for MMGen node tools
""" """
import time,subprocess import time,subprocess