summaryrefslogtreecommitdiffstats
path: root/color.py
diff options
context:
space:
mode:
Diffstat (limited to 'color.py')
-rw-r--r--color.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/color.py b/color.py
index 5b3a282d..fdd72534 100644
--- a/color.py
+++ b/color.py
@@ -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
87DEFAULT = None 86DEFAULT = None
88 87
89 88