From 98066a5dcb29191c0a3ce75ebeab053c4e7c3481 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Tue, 30 Nov 2021 15:06:00 -0500 Subject: [PATCH] Add a warning to the deprecated submodule. --- pyenliven/deprecated.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyenliven/deprecated.py b/pyenliven/deprecated.py index cfeed42..51911d7 100644 --- a/pyenliven/deprecated.py +++ b/pyenliven/deprecated.py @@ -1,8 +1,9 @@ #!/usr/bin/env class Repo: ''' - The real one is in enliven.py + WARNING: The real Repo class is in enliven.py ''' + print(__doc__) pass class GiteaRepo(Repo):