Skip to content

Commit

Permalink
Add credit for datalad ansi_colors.py
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Sep 20, 2024
1 parent 98a43a6 commit 5ba6fb5
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions src/con_duct/ansi_colors.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# emacs: -*- mode: python; py-indent-offset: 4; tab-width: 4; indent-tabs-mode: nil -*-
# ex: set sts=4 ts=4 sw=4 et:
# ## ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
#
# See COPYING file distributed along with the datalad package for the
# copyright and license terms.
#
# ## ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
"""Definitions for ansi colors etc"""
"""
Definitions for ansi colors etc
Originally copied from the `datalad` (MIT Licence) project on September 20, 2024
https://github.com/datalad/datalad/blob/b55d8b7292fcb37b3ba6faad7fd7107fcc1caa50/datalad/support/ansi_colors.py#L4
"""

from __future__ import annotations
import os
Expand Down

0 comments on commit 5ba6fb5

Please sign in to comment.