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:
parent
11a60687af
commit
ac71fa93c9
4 changed files with 6 additions and 6 deletions
|
|
@ -17,7 +17,7 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: UTF-8 -*-
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: UTF-8 -*-
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue