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