You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@warble.apache.org by hu...@apache.org on 2018/06/25 22:35:12 UTC

[incubator-warble-node] 03/07: use crypto lib, ditch py version specificity

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-warble-node.git

commit 120d6518916ddfe0ba0879b05eb3ffcd5588a8b2
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Mon Jun 25 16:57:07 2018 -0500

    use crypto lib, ditch py version specificity
---
 node.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/node.py b/node.py
index 4de0eeb..e58fe75 100644
--- a/node.py
+++ b/node.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3.4
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
@@ -31,10 +31,12 @@ import argparse
 # Warble-specific libraries
 import plugins.tests
 import plugins.basics.misc
+import plugins.basics.crypto
 
 basepath = os.path.dirname(os.path.realpath(__file__))
 configpath = "%s/conf/node.yaml" % basepath
 
+
 if __name__ == "__main__":
     
     parser = argparse.ArgumentParser(description = "Run-time configuration options for Apache Warble (incubating)")


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@warble.apache.org
For additional commands, e-mail: commits-help@warble.apache.org