Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rousselie <dax@happycoders.org>2008-05-29 20:53:41 +0400
committerDavid Rousselie <dax@happycoders.org>2008-05-29 20:53:41 +0400
commite9b72d2af86d7ddf5e7d374e5a52bd0f602ade7d (patch)
treea28b404d72c3b517c8002c33aae89e0f035e8971
parentb6c899846a3afec612aac8f5024766bca4b0b6fd (diff)
Set correct component version
darcs-hash:20080529165341-86b55-ea5bdbcb49f81f67795aed1a01de18b834967267.gz
-rw-r--r--src/jmc/runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jmc/runner.py b/src/jmc/runner.py
index 48d4bbf..f3f9796 100644
--- a/src/jmc/runner.py
+++ b/src/jmc/runner.py
@@ -116,6 +116,7 @@ class JMCRunner(JCLRunner):
lang=Lang(self.language),
config=self.config,
config_file=self.config_file)
+ component.version = self.component_version
if self.enable_smtp_default_account:
component.account_manager.account_classes += (GlobalSMTPAccount,)
MailAccount.default_encoding = self.mail_default_encoding