summaryrefslogtreecommitdiffstats
path: root/isys/isys.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-11-06 18:08:40 +0000
committerErik Troan <ewt@redhat.com>2000-11-06 18:08:40 +0000
commita84128f2b93b634be9eaf467c8da4ae01e75e382 (patch)
tree81adfa9df3fbc3fa6d70a6aa537efa7a9e1597b4 /isys/isys.py
parent9f95418dea486a56f1f544439f8134139babaf19 (diff)
downloadanaconda-a84128f2b93b634be9eaf467c8da4ae01e75e382.tar.gz
anaconda-a84128f2b93b634be9eaf467c8da4ae01e75e382.tar.xz
anaconda-a84128f2b93b634be9eaf467c8da4ae01e75e382.zip
added sync
Diffstat (limited to 'isys/isys.py')
-rw-r--r--isys/isys.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/isys/isys.py b/isys/isys.py
index 626355dcc..d5b0fba7d 100644
--- a/isys/isys.py
+++ b/isys/isys.py
@@ -353,3 +353,6 @@ def vtActivate (num):
def isPsudoTTY (fd):
return _isys.isPsudoTTY (fd)
+def sync ():
+ return _isys.sync ()
+