X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=974c4f6c735b444437f6a7e98ec4408ac9d33d2a;hp=01ee07401cae56e3010632fac0c55f096e130f2e;hb=d6075913d11383b10d64eff50b1bd77a735a6726;hpb=9941e0cb9b728203a914b8a601f79cf2bdbd846c diff --git a/grml2usb b/grml2usb index 01ee074..974c4f6 100755 --- a/grml2usb +++ b/grml2usb @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.6 +#!/usr/bin/env python # -*- coding: utf-8 -*- """ grml2usb @@ -18,7 +18,7 @@ from inspect import isroutine, isclass import datetime, logging, os, re, subprocess, sys, tempfile, time, os.path # global variables -PROG_VERSION = "0.9.11" +PROG_VERSION = "0.9.13-pre1" MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg