sapling/eden/scm/edenscm/scmwindows.py

20 lines
476 B
Python
Raw Normal View History

# Portions Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2.
# Copyright 2013 Mercurial Contributors
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.
2015-12-22 08:21:09 +03:00
from __future__ import absolute_import
import os
from . import win32
def termsize(ui):
return win32.termsize()