Browse Source

remove unused functions in module

update_ca_key
Edoardo Putti 8 years ago
parent
commit
cd5b1018bb
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      library/container_file_exists.py

+ 0
- 10
library/container_file_exists.py View File

@ -22,16 +22,6 @@ options:
- path of the file to check
'''
def read_file_in_container(path):
with open(path, 'r') as lines:
print(lines.read())
return 0
def write_file_in_container(path):
with open(path, 'w') as out:
out.write("pippo")
return 0
def check_file_in_container(path):
import os
import json


Loading…
Cancel
Save