コード例 #1
0
def _printMigrationNotice():
    print(
        _("""
==========================================================================
Oops!

CherryMusic changed some file locations while you weren't looking.
(To better comply with best practices, if you wanna know.)

To continue, please move the following:

$ mv {src} {tgt}""".format(src=os.path.join(pathprovider.fallbackPath(),
                                            'config'),
                           tgt=pathprovider.configurationFile()) + """

$ mv {src} {tgt}""".format(src=os.path.join(pathprovider.fallbackPath(), '*'),
                           tgt=pathprovider.getUserDataPath()) + """

Thank you, and enjoy responsibly. :)
==========================================================================
"""))
コード例 #2
0
def _printMigrationNotice():
    print(_("""
==========================================================================
Oops!

CherryMusic changed some file locations while you weren't looking.
(To better comply with best practices, if you wanna know.)

To continue, please move the following:

$ mv {src} {tgt}""".format(
        src=os.path.join(pathprovider.fallbackPath(), 'config'),
        tgt=pathprovider.configurationFile()) + """

$ mv {src} {tgt}""".format(
        src=os.path.join(pathprovider.fallbackPath(), '*'),
        tgt=pathprovider.getUserDataPath()) + """

Thank you, and enjoy responsibly. :)
==========================================================================
"""))