@@ -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
-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
-node_tools.Term: terminal routines for MMGen node tools
+mmgen.node_tools.Term: terminal routines for MMGen node tools
import sys,os,termios
-node_tools.Util: utility functions for MMGen node tools
+mmgen.node_tools.Util: utility functions for MMGen node tools
import time,subprocess