StephenHynes7 / le_rsyslog

7 stars 5 forks source link

Requires Python 2.7 #1

Closed dmulter closed 9 years ago

dmulter commented 9 years ago

The use of Collections creates a requirement for Python 2.7, which is often not available. Maybe use something like ordereddict instead - https://pypi.python.org/pypi/ordereddict

grimborg commented 9 years ago

Fixed on PR https://github.com/StephenHynes7/le_rsyslog/pull/5