fusionbox / django-pyscss

Makes it easier to use PyScss in Django
https://pypi.python.org/pypi/django-pyscss
BSD 2-Clause "Simplified" License
19 stars 13 forks source link

Fix #19, Make the import compatible with pyScss version 1.3 #21

Closed deshipu closed 9 years ago

deshipu commented 10 years ago

In 1.3 they removed some names from init, so we have to import them from their corresponding modules inside pyscss.

deshipu commented 10 years ago

I made this pull request just so that we have a working version, but we don't need that at OpenStack anymore, as the fix in PyScss 1.3 was backported to 1.2 and we can use that.

coveralls commented 10 years ago

Coverage Status

Coverage increased (+0.38%) when pulling 9b8d071b5277d847793605eca8179f5a14d68d21 on deshipu:master into 138310db10995ee33c4e114d0bcab77d8deb21a5 on fusionbox:master.

acatton commented 9 years ago

Is this still relevant after 9f27a0ec7cc4de9cab5d222ca1011cc0968a579e and 2c5dd9da41fcefa3a16c536c122d0fc7a08f23bc?

rockymeza commented 9 years ago

@deshipu, PyScss 1.3 has introduced some major changes which most likely broke everything we were doing. You can see the discussion for that at https://github.com/Kronuz/pyScss/issues/265.

In great open source awesomeness. I hope that we will have a new version of django-pyscss that supports both versions in the next couple of weeks.