My dotfiles
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

13 satır
270 B

  1. # Copyright (c) Microsoft Corporation. All rights reserved.
  2. # Licensed under the MIT License.
  3. import os
  4. import os.path
  5. import sys
  6. isort_path = os.path.join(os.path.dirname(__file__), 'lib', 'python')
  7. sys.path.insert(0, isort_path)
  8. import isort.main
  9. isort.main.main()