Browse Source

Remove future import for print function

Not needed anymore, as we're always using Python 3 now.
pull/21/head 2.0
George Vlahavas 3 years ago
parent
commit
7dd8a63abd
  1. 2
      src/xdgmenumaker

2
src/xdgmenumaker

@ -2,8 +2,6 @@
# coding: utf-8
# vim:et:sta:sts=4:sw=4:ts=8:tw=79:
from __future__ import print_function
import os
import sys
import getopt

Loading…
Cancel
Save