Skip to content

Commit

Permalink
Revert "Fix need for yaml in GCE kube-up by importing PyYAML into thi…
Browse files Browse the repository at this point in the history
…rd_party"
  • Loading branch information
zmerlynn committed Mar 10, 2015
1 parent aa4dbc0 commit 7333d99
Show file tree
Hide file tree
Showing 654 changed files with 0 additions and 44,650 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,3 @@ network_closure.sh
/third_party/etcd*

.tags*

# Any compiled python
*.pyc
4 changes: 0 additions & 4 deletions cluster/gce/kube-env.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@

import os
import sys

filedir = os.path.dirname(os.path.abspath(__file__))
sys.path.insert(
0, os.path.normpath(os.path.join(filedir, "../../third_party/PyYAML/lib")))
import yaml

def mutate_env(path, var, value):
Expand Down
147 changes: 0 additions & 147 deletions third_party/PyYAML/CHANGES

This file was deleted.

19 changes: 0 additions & 19 deletions third_party/PyYAML/LICENSE

This file was deleted.

36 changes: 0 additions & 36 deletions third_party/PyYAML/PKG-INFO

This file was deleted.

35 changes: 0 additions & 35 deletions third_party/PyYAML/README

This file was deleted.

Loading

0 comments on commit 7333d99

Please sign in to comment.