mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
learnxiny.py: use local_repository_location()
This commit is contained in:
@@ -68,7 +68,7 @@ class LearnXYAdapter(object):
|
||||
Parent class of all languages adapters
|
||||
"""
|
||||
|
||||
_learn_xy_path = PATH_LEARNXINY
|
||||
_learn_xy_path = LearnXinY.local_repository_location()
|
||||
_replace_with = {}
|
||||
_filename = ''
|
||||
prefix = ''
|
||||
|
||||
Reference in New Issue
Block a user