Browse Source

Add a warning to the deprecated submodule.

master
poikilos 3 years ago
parent
commit
98066a5dcb
  1. 3
      pyenliven/deprecated.py

3
pyenliven/deprecated.py

@ -1,8 +1,9 @@
#!/usr/bin/env #!/usr/bin/env
class Repo: class Repo:
''' '''
The real one is in enliven.py WARNING: The real Repo class is in enliven.py
''' '''
print(__doc__)
pass pass
class GiteaRepo(Repo): class GiteaRepo(Repo):

Loading…
Cancel
Save