* examples/ARcue.py:
* examples/gtkcrc.py: Rework both examples to look more similar.
This commit is contained in:
@@ -20,15 +20,14 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with morituri. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
from morituri.image import image
|
||||
from morituri.common import task, crc
|
||||
|
||||
import gobject
|
||||
gobject.threads_init()
|
||||
|
||||
from morituri.image import image
|
||||
from morituri.common import task, crc
|
||||
|
||||
def main(path):
|
||||
cueImage = image.Image(path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user