X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=python%2Fovs%2Futil.py;h=036621a1b0481a2a043373ac9cabb4ef5ac59ed4;hb=dd1ba5b3f4425c8eba008d1a93b044da63466812;hp=d218d3d076f2d0a4d60dd23e88d2163e84e5a2a3;hpb=9b46cccc33bedc8b4d538b159804b5b45b8b0ea7;p=openvswitch diff --git a/python/ovs/util.py b/python/ovs/util.py index d218d3d0..036621a1 100644 --- a/python/ovs/util.py +++ b/python/ovs/util.py @@ -18,6 +18,7 @@ import sys PROGRAM_NAME = os.path.basename(sys.argv[0]) + def abs_file_name(dir_, file_name): """If 'file_name' starts with '/', returns a copy of 'file_name'. Otherwise, returns an absolute path to 'file_name' considering it relative