commit | bb9968f80e8b5f6646dd2a1943026791e762c68b | [log] [tgz] |
---|---|---|
author | Bill Wendling <[email protected]> | Tue Mar 28 00:16:36 2017 -0700 |
committer | Bill Wendling <[email protected]> | Tue Mar 28 00:16:36 2017 -0700 |
tree | 848e92948e3e87dcad84e4730e08fdd79ecf8fab | |
parent | 5ca31093f763a077134a953a56fd46111708040d [diff] [blame] |
Include argument expansion operator similarly to function calls.
diff --git a/setup.py b/setup.py index c73016b..30ea250 100644 --- a/setup.py +++ b/setup.py
@@ -14,9 +14,10 @@ # limitations under the License. import codecs -import unittest -from setuptools import setup, Command import sys +import unittest + +from setuptools import setup, Command import yapf