Modified version of the program

master3.3
Самоукин Алексей 14 years ago
parent f8ecff27e5
commit 925ac97a11

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "2.2.0"
__version__ = "2.2.0.0"
__app__ = "calculate-install"
import os

@ -20,16 +20,17 @@
# select - list of posible values for variable
# official - flag, if it is True, then the variable is not printable
# printval - print value of variable
from cl_install import __version__, __app__
class Data:
# relative path for apply templates on files of system
cl_root_path = {}
# program name
cl_name = {'value':'calculate-install'}
cl_name = {'value':__app__}
# program version
cl_ver = {'value':'2.2.0'}
cl_ver = {'value':__version__}
# maching architecture
os_arch_machine = {'mode':'w'}

Loading…
Cancel
Save