Browse Source

Removed commented out line

Rafał Pitoń 11 years ago
parent
commit
9e9501f10f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      misago/core/management/commands/misagorequirements.py

+ 0 - 1
misago/core/management/commands/misagorequirements.py

@@ -7,7 +7,6 @@ class Command(BaseCommand):
     help = 'Shows requirements.txt for current Misago version'
 
     def handle(self, *args, **options):
-        #MISAGO_DIR = os.path.join(os.path.dirname(__file__))
         APP_DIR = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
         MISAGO_DIR = os.path.dirname(APP_DIR)
         PROJECT_DIR = os.path.join(MISAGO_DIR, 'project_template')