kvichans / cuda_palette

CudaText module to choose color from ready palettes
1 stars 0 forks source link

Err on test #1

Closed Alexey-T closed 7 years ago

Alexey-T commented 7 years ago
Python 3.4.3
Setting icons: AwOken_24x24
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/user/.cudatext/py/cuda_sample1/__init__.py", line 6, in run
    import cuda_palette
  File "/home/user/.cudatext/py/cuda_palette/__init__.py", line 78
    , c, s) for (c, s) in COLOR_NAMES.items()]
                           ^
SyntaxError: can use starred expression only as assignment target

1.5.3.0