From 7dd8a63abd0de0151708339532c6a717b2741328 Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Sun, 6 Jun 2021 02:27:06 +0300 Subject: [PATCH] Remove future import for print function Not needed anymore, as we're always using Python 3 now. --- src/xdgmenumaker | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/xdgmenumaker b/src/xdgmenumaker index 047d4be..05b2a7d 100755 --- a/src/xdgmenumaker +++ b/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