gapan / xdgmenumaker

A command line tool that generates XDG menus for several window managers
GNU General Public License v3.0
56 stars 15 forks source link

DeprecationWarning: The SafeConfigParser #20

Closed abcd1222 closed 3 years ago

abcd1222 commented 3 years ago

Run xdgmenumaker.

DeprecationWarning: The SafeConfigParser class has been renamed to ConfigParser in Python 3.2. This alias will be removed in future versions. Use ConfigParser directly instead.
  config = cp.SafeConfigParser()
gapan commented 3 years ago

Thanks for the report, it should be fixed now.