From b2cb0333c9798d3da42189c8ed34eff893ef92aa Mon Sep 17 00:00:00 2001 From: Stephen Boddy Date: Wed, 23 Nov 2016 05:53:27 +0100 Subject: [PATCH] Minor tweak so remotinator uses the version string as terminator --- remotinator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remotinator b/remotinator index 0a8f1997..8e2b884c 100755 --- a/remotinator +++ b/remotinator @@ -23,6 +23,7 @@ import sys import argparse from terminatorlib.util import dbg, err +from terminatorlib.version import APP_VERSION try: from terminatorlib import ipc except ImportError: @@ -31,7 +32,6 @@ except ImportError: from terminatorlib.translation import _ APP_NAME='remotinator' -APP_VERSION='1.90' COMMANDS={ # Command uuid req. Description