Removed unused method. Closes #163.

pull/174/head
Jussi Pakkanen 10 years ago
parent b18f18c542
commit 790fe206e6
  1. 3
      interpreter.py

@ -376,9 +376,6 @@ class Data(InterpreterObject):
if not isinstance(self.install_dir, str):
raise InterpreterException('Custom_install_dir must be a string.')
def get_install_subdir(self):
return self.install_subdir
def get_source_subdir(self):
return self.source_subdir

Loading…
Cancel
Save