diff --git a/termcolor.py b/termcolor.py index b303049..41437da 100644 --- a/termcolor.py +++ b/termcolor.py @@ -28,7 +28,7 @@ import re -__ALL__ = [ 'colored', 'cprint' ] +__all__ = [ 'colored', 'cprint' ] VERSION = (1, 1, 0)