remove configure.configure, use __version__, remove getRevision() (#94)
* remove configure.configure, use __version__, remove getRevision() * remove empty configure/ directory * remove morituri.configure imports
This commit is contained in:
committed by
JoeLametta
parent
ee298906ac
commit
976e1bdca2
@@ -5,12 +5,12 @@ import os
|
||||
import tempfile
|
||||
import unittest
|
||||
|
||||
import morituri
|
||||
|
||||
from morituri.image import table, cue
|
||||
from morituri.configure import configure
|
||||
|
||||
from morituri.test import common
|
||||
|
||||
|
||||
class KingsSingleTestCase(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
@@ -85,5 +85,5 @@ FILE "track01.wav" WAVE
|
||||
INDEX 00 00:13:25
|
||||
FILE "track02.wav" WAVE
|
||||
INDEX 01 00:00:00
|
||||
""" % configure.version, it.cue())
|
||||
""" % morituri.__version__, it.cue())
|
||||
os.unlink(path)
|
||||
|
||||
Reference in New Issue
Block a user