rename done in igniter

This commit is contained in:
Ondrej Samohel 2021-04-01 16:51:44 +02:00
parent 2e5aa101e2
commit eb829e2ed3
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
9 changed files with 422 additions and 408 deletions

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""Pype terminal animation."""
"""OpenPype terminal animation."""
import blessed
from pathlib import Path
from time import sleep
@ -15,7 +15,7 @@ except AttributeError:
def play_animation():
"""Play ASCII art Pype animation."""
"""Play ASCII art OpenPype animation."""
if NO_TERMINAL:
return
print(term.home + term.clear)