You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by le...@apache.org on 2017/08/05 16:29:52 UTC

[1/2] climate git commit: import os

Repository: climate
Updated Branches:
  refs/heads/master 9bb217008 -> 800b924d9


import os

`os` used on lines 66 and 75.

Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/8e787b02
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/8e787b02
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/8e787b02

Branch: refs/heads/master
Commit: 8e787b0212df7cbaa107de0493045aa787810610
Parents: ec3fdb4
Author: cclauss <cc...@bluewin.ch>
Authored: Wed Aug 2 18:04:18 2017 +0200
Committer: GitHub <no...@github.com>
Committed: Wed Aug 2 18:04:18 2017 +0200

----------------------------------------------------------------------
 mccsearch/code/mccSearchUI.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/8e787b02/mccsearch/code/mccSearchUI.py
----------------------------------------------------------------------
diff --git a/mccsearch/code/mccSearchUI.py b/mccsearch/code/mccSearchUI.py
index 0794fd2..a227143 100644
--- a/mccsearch/code/mccSearchUI.py
+++ b/mccsearch/code/mccSearchUI.py
@@ -18,6 +18,7 @@
 # Wizard for running the mccSearch program
 '''
 
+import os
 import networkx as nx
 #mccSearch modules
 import mccSearch


[2/2] climate git commit: Merge branch 'patch-1' of https://github.com/cclauss/climate

Posted by le...@apache.org.
Merge branch 'patch-1' of https://github.com/cclauss/climate


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/800b924d
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/800b924d
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/800b924d

Branch: refs/heads/master
Commit: 800b924d921bcbd8c7df08fc2648bb9f42a7f25b
Parents: 9bb2170 8e787b0
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Sat Aug 5 09:29:51 2017 -0700
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Sat Aug 5 09:29:51 2017 -0700

----------------------------------------------------------------------
 mccsearch/code/mccSearchUI.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------