mirror of
https://github.com/chubin/cheat.sh.git
synced 2025-01-06 04:16:04 +03:00
Merge pull request #85 from cclauss/patch-1
import os to access os.path.join()
This commit is contained in:
commit
5b40893057
@ -1,5 +1,6 @@
|
||||
# vim: encoding=utf-8
|
||||
|
||||
import os
|
||||
import sys
|
||||
import colored
|
||||
import itertools
|
||||
@ -633,7 +634,7 @@ class Template(object):
|
||||
def main():
|
||||
"Only for experiments"
|
||||
|
||||
pagepath = os.join.path(MYDIR, "share/firstpage-v2.pnl")
|
||||
pagepath = os.path.join(MYDIR, "share/firstpage-v2.pnl")
|
||||
template = Template()
|
||||
template.read(pagepath)
|
||||
template.apply_mask()
|
||||
|
Loading…
Reference in New Issue
Block a user