diff options
Diffstat (limited to 'color.py')
-rw-r--r-- | color.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,3 @@ | |||
1 | # -*- coding:utf-8 -*- | ||
2 | # | ||
3 | # Copyright (C) 2008 The Android Open Source Project | 1 | # Copyright (C) 2008 The Android Open Source Project |
4 | # | 2 | # |
5 | # Licensed under the Apache License, Version 2.0 (the "License"); | 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
@@ -84,6 +82,7 @@ def _Color(fg=None, bg=None, attr=None): | |||
84 | code = '' | 82 | code = '' |
85 | return code | 83 | return code |
86 | 84 | ||
85 | |||
87 | DEFAULT = None | 86 | DEFAULT = None |
88 | 87 | ||
89 | 88 | ||