Browse Source

modified: mmgen/node_tools/Global.py
modified: mmgen/node_tools/Sound.py
modified: mmgen/node_tools/Term.py
modified: mmgen/node_tools/Util.py

philemon 8 years ago
parent
commit
ac71fa93c9
4 changed files with 6 additions and 6 deletions
  1. 1 1
      mmgen/node_tools/Global.py
  2. 2 2
      mmgen/node_tools/Sound.py
  3. 2 2
      mmgen/node_tools/Term.py
  4. 1 1
      mmgen/node_tools/Util.py

+ 1 - 1
mmgen/node_tools/Global.py

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

+ 2 - 2
mmgen/node_tools/Sound.py

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

+ 2 - 2
mmgen/node_tools/Term.py

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

+ 1 - 1
mmgen/node_tools/Util.py

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