Skip to content

Commit

Permalink
contrib/ovs: Remove embeded ovs, use upstream
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Kölker <jason@koelker.net>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
  • Loading branch information
jkoelker authored and fujita committed Mar 21, 2016
1 parent 0ffbc19 commit 8d2604e
Show file tree
Hide file tree
Showing 28 changed files with 5 additions and 6,913 deletions.
3 changes: 3 additions & 0 deletions ryu/contrib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import sys


_orig_sys_path = None


def update_module_path():
# Adjust module loading path for third party libraries
import os
Expand All @@ -16,6 +18,7 @@ def update_module_path():
sys.path.remove(path)
sys.path.insert(0, path) # prioritize our own copy than system's


def restore_module_path():
global _orig_sys_path

Expand Down
1 change: 0 additions & 1 deletion ryu/contrib/ovs/__init__.py

This file was deleted.

Loading

0 comments on commit 8d2604e

Please sign in to comment.