summaryrefslogtreecommitdiff
path: root/gitlab/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/utils.py')
-rw-r--r--gitlab/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/utils.py b/gitlab/utils.py
index e802f74..bd9c275 100644
--- a/gitlab/utils.py
+++ b/gitlab/utils.py
@@ -15,6 +15,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
class _StdoutStream(object):
def __call__(self, chunk):
print(chunk)