You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ariatosca.apache.org by mx...@apache.org on 2017/11/07 13:50:59 UTC

[3/3] incubator-ariatosca git commit: review 1 fix

review 1 fix


Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/f32c752f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/f32c752f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/f32c752f

Branch: refs/heads/ARIA-392-Failing-to-load-ruamel.yaml
Commit: f32c752f1bf8546beeeb361f3e41164fa915e50c
Parents: 0c4b2aa
Author: max-orlov <ma...@gigaspaces.com>
Authored: Sun Nov 5 12:09:54 2017 +0200
Committer: max-orlov <ma...@gigaspaces.com>
Committed: Tue Nov 7 15:50:45 2017 +0200

----------------------------------------------------------------------
 aria/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/f32c752f/aria/__init__.py
----------------------------------------------------------------------
diff --git a/aria/__init__.py b/aria/__init__.py
index f04b549..5c102de 100644
--- a/aria/__init__.py
+++ b/aria/__init__.py
@@ -30,7 +30,7 @@ __version__ = pkg_resources.get_distribution(aria_package_name).version
 
 
 try:
-    import ruamel                                           # noqa: F401
+    import ruamel
 except ImportError:
     if sys.version_info[0] > 2:
         raise